<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-30T21:38:08.767Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match BRMW 116/5 (100) vs SOUW
140/3 (Ellyse Perry 16(11) Fatima Sana 5(4)) | Southern Brave Women vs Birmingham Phoenix Women, 13th Match, The Hundred Women's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BRMW 116/5 (100) vs SOUW
140/3 (Ellyse Perry 16(11) Fatima Sana 5(4)) | Southern Brave Women vs Birmingham Phoenix Women, 13th Match, The Hundred Women's Competition 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
100
</p>
<p>
Lauren Bell to Fatima Sana, no run
</p>
<p>
Lauren Bell to Fatima Sana, FOUR, to deep extra cover
</p>
<p>
Lauren Bell to Ellyse Perry, 1 run, to mid-wicket
</p>
<p>
Lauren Bell to Fatima Sana, 1 run, to mid-on
</p>
<p>
Lauren Bell to Fatima Sana, no run
</p>
<p>
Sophie Molineux to Jemima Spence, out Caught by Sarah Glenn!! Jemima Spence c Sarah Glenn b Sophie Molineux 0(1)
</p>
<p>
Sophie Molineux to Annerie Dercksen, out Caught by Maia Bouchier!! Annerie Dercksen c Maia Bouchier b Sophie Molineux 5(9)
</p>
<p>
Sophie Molineux to Annerie Dercksen, no run
</p>
<p>
Sophie Molineux to Annerie Dercksen, no run
</p>
<p>
Sophie Molineux to Ellyse Perry, 1 run, to long-on
</p>
<p>
Tilly Corteen-Coleman to Ellyse Perry, 1 run, to deep square leg
</p>
<p>
Tilly Corteen-Coleman to Annerie Dercksen, 1 run, to mid-wicket
</p>
<p>
Tilly Corteen-Coleman to Ellyse Perry, 1 run, to mid-wicket
</p>
<p>
Tilly Corteen-Coleman to Ellyse Perry, no run
</p>
<p>
Tilly Corteen-Coleman to Ellyse Perry, FOUR, to deep extra cover
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->