<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-12T11:41:16.393Z">
<
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 MSGW 125/8 (100) vs SULW
166/4 (Rebecca Tyson 1(1) Ryana MacDonald-Gay 5(2)) | Manchester Super Giants Women vs Sunrisers Leeds Women, 30th 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 =
'MSGW 125/8 (100) vs SULW
166/4 (Rebecca Tyson 1(1) Ryana MacDonald-Gay 5(2)) | Manchester Super Giants Women vs Sunrisers Leeds Women, 30th 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>
Deepti Sharma to Ryana MacDonald-Gay, FOUR, to long-on
</p>
<p>
Deepti Sharma to Bex Tyson, 1 run, to long-off
</p>
<p>
Deepti Sharma to Maitlan Brown, out Caught by Annabel Sutherland!! Maitlan Brown c Annabel Sutherland b Deepti Sharma 11(10) [4s-1]
</p>
<p>
Deepti Sharma to Ryana MacDonald-Gay, 1 run, to deep mid-wicket
</p>
<p>
Deepti Sharma to Mady Villiers, out Caught by Annabel Sutherland!! Mady Villiers c Annabel Sutherland b Deepti Sharma 0(1)
</p>
<p>
Annabel Sutherland to Sophie Ecclestone, out Caught by Danielle Gibson!! Sophie Ecclestone c Danielle Gibson b Annabel Sutherland 4(5)
</p>
<p>
Annabel Sutherland to Maitlan Brown, 1 run, to long-off
</p>
<p>
Annabel Sutherland to Sophie Ecclestone, 1 run, to point
</p>
<p>
Annabel Sutherland to Maitlan Brown, 1 run, to long-on
</p>
<p>
Annabel Sutherland to Sophie Ecclestone, 1 run, to deep square leg
</p>
<p>
Jonassen to Sophie Ecclestone, 1 run, to long-off
</p>
<p>
Jonassen to Maitlan Brown, 1 run, to mid-wicket
</p>
<p>
Jonassen to Sophie Ecclestone, 1 run, to backward point
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->