<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-11T08:40:28.153Z">
<
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 PRSW 78/8 (9) vs MLSW
173/4 (Chloe Ainsworth 8(6) ) | Perth Scorchers Women vs Melbourne Stars Women, 8th Match, Womens Big Bash League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'PRSW 78/8 (9) vs MLSW
173/4 (Chloe Ainsworth 8(6) ) | Perth Scorchers Women vs Melbourne Stars Women, 8th Match, Womens Big Bash League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Kim Garth to Lilly Mills, out Caught by Danielle Gibson!! Lilly Mills c M Gibson b Kim Garth 12(7) [4s-2]
</p>
<p>
Kim Garth to Lilly Mills, FOUR, to deep extra cover
</p>
<p>
Kim Garth to Chloe Ainsworth, leg byes, 1 run
</p>
<p>
Kim Garth to Lilly Mills, 1 run, to deep mid-wicket
</p>
<p>
Kim Garth to Lilly Mills, FOUR, to third man
</p>
<p>
Kim Garth to Chloe Ainsworth, 1 run, to backward point
</p>
<p>
View all overs
</p>
<p>
Sutherland to Lilly Mills, 2 runs, to deep mid-wicket
</p>
<p>
Sutherland to Lilly Mills, no run
</p>
<p>
Sutherland to Chloe Ainsworth, 1 run, to cover
</p>
<p>
Sutherland to Lilly Mills, 1 run, to mid-wicket
</p>
<p>
Sutherland to Chloe Ainsworth, 1 run, to deep mid-wicket
</p>
<p>
Sutherland to Chloe Ainsworth, FOUR, to fine leg
</p>
<p>
View all overs
</p>
<p>
Sophie Day to Paige Scholfield, out Caught by Danielle Gibson!! Paige Scholfield c Danielle Gibson b Sophie Day 10(7) [6s-1]
</p>
<p>
Sophie Day to Paige Scholfield, SIX, to deep mid-wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->