<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-05T12:01:41.873Z">
<
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 MLSW 51/6 (7) vs SYSW
134/7 (Kim Garth 1(2) ) | Melbourne Stars Women vs Sydney Sixers Women, 28th Match, Wed, Nov 8, Womens Big Bash League 2023 | Cricbuzz.com-->
<
script>
let title =
'MLSW 51/6 (7) vs SYSW
134/7 (Kim Garth 1(2) ) | Melbourne Stars Women vs Sydney Sixers Women, 28th Match, Wed, Nov 8, Womens Big Bash League 2023 | Cricbuzz.com';
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>
0 Wd W W 0 1 W (2 runs)MLSW 51-6Annabel Sutherland3(7)Kim Garth1(2)Chloe Tryon1-0-2-3
</p>
<p>
Chloe Tryon to Sutherland, out Caught by Gardner!! Sutherland c Gardner b Chloe Tryon 3(7)
</p>
<p>
Chloe Tryon to Kim Garth, 1 run, to sweeper cover
</p>
<p>
Chloe Tryon to Kim Garth, no run
</p>
<p>
Chloe Tryon to Nicole Faltum, out Caught by Bates!! Nicole Faltum c Bates b Chloe Tryon 0(1)
</p>
<p>
Chloe Tryon to Bouchier, out Caught by Bates!! Bouchier c Bates b Chloe Tryon 19(12) [4s-4]
</p>
<p>
Chloe Tryon to Bouchier, wide
</p>
<p>
Chloe Tryon to Bouchier, no run
</p>
<p>
4 0 0 Wd 4 4 1 (14 runs)MLSW 49-3Maia Bouchier19(10)Annabel Sutherland3(6)Ellyse Perry1-0-14-0
</p>
<p>
Perry to Bouchier, 1 run, to mid-off
</p>
<p>
Perry to Bouchier, FOUR, to long-on
</p>
<p>
Perry to Bouchier, FOUR, to deep backward point
</p>
<p>
Perry to Bouchier, wide
</p>
<p>
Perry to Bouchier, no run
</p>
<p>
Over Summary: 0 Wd W W 0 1 W (2 runs)Annabel Sutherland3(7)Kim Garth1(2)Annabel Sutherland3(7)Annabel SutherlandKim GarthChloe Tryon MLSW 51-63(7)Kim Garth1(2)1(2)Chloe Tryon1-0-2-31-0-2-3
</p>
<p>
Over Summary: 4 0 0 Wd 4 4 1 (14 runs)Maia Bouchier19(10)Annabel Sutherland3(6)Maia Bouchier19(10)Maia BouchierAnnabel SutherlandEllyse Perry MLSW 49-319(10)Annabel Sutherland3(6)3(6)Ellyse Perry1-0-14-01-0-14-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->