<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-06T21:09:39.094Z">
<
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 LDNW 119/8 (100) vs MILW
122/9 (Katie George 1(1) ) | London Spirit Women vs MI London Women, 23rd 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 =
'LDNW 119/8 (100) vs MILW
122/9 (Katie George 1(1) ) | London Spirit Women vs MI London Women, 23rd 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>
Nicola Carey to Deandra Dottin, out Deandra Dottin Run Out!! 1 run completed Deandra Dottin run out (Chinelle Henry/Nicola Carey) 11(6) [4s-2]
</p>
<p>
Nicola Carey to Deandra Dottin, no run
</p>
<p>
Nicola Carey to Deandra Dottin, FOUR, to backward square leg
</p>
<p>
Nicola Carey to Deandra Dottin, FOUR, to sweeper cover
</p>
<p>
Nicola Carey to Deandra Dottin, 2 runs, to deep mid-wicket
</p>
<p>
Hayley Matthews to Deandra Dottin, no run
</p>
<p>
Hayley Matthews to Nadine de Klerk, out Caught by Alice Monaghan!! Nadine de Klerk c Alice Monaghan b Hayley Matthews 35(29) [4s-3 6s-1]
</p>
<p>
Hayley Matthews to Nadine de Klerk, 2 runs, to deep extra cover
</p>
<p>
Hayley Matthews to Katie George, 1 run, to deep mid-wicket
</p>
<p>
Hayley Matthews to Charis Pavely, out Stumped!! Charis Pavely st Kira Chathli b Hayley Matthews 5(7)
</p>
<p>
Kirstie Gordon to Nadine de Klerk, FOUR, to fine leg
</p>
<p>
Kirstie Gordon to Charis Pavely, 1 run, to deep mid-wicket
</p>
<p>
Kirstie Gordon to Charis Pavely, no run
</p>
<p>
Kirstie Gordon to Nadine de Klerk, 1 run, to backward square leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->