<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-03T18:39:34.736Z">
<
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 ENGW 184/4 (18.3) vs INDW
180/5 (Heather Knight 70(42) Freya Kemp 2(2)) | England Women vs India Women, 3rd T20I, India Women tour of England 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ENGW 184/4 (18.3) vs INDW
180/5 (Heather Knight 70(42) Freya Kemp 2(2)) | England Women vs India Women, 3rd T20I, India Women tour of England 2026 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>
Deepti Sharma to Heather Knight, FOUR, sits on one knee and sweeps behind square on the leg-side to clinch the series 2-1 as England win by 6 wickets.
</p>
<p>
Deepti Sharma to Heather Knight, 2 runs, comes down the track and clips the full delivery in the gap to the right of deep mid-wicket. Scores level.
</p>
<p>
Deepti Sharma to Freya Kemp, 1 run, short of length outside off, stabbed away to sweeper cover
</p>
<p>
Deepti Sharma to Freya Kemp, wide, length delivery angling away wide of off, Kemp slashes and misses
</p>
<p>
View all overs
</p>
<p>
Arundhati Reddy to Freya Kemp, 1 run, length delivery outside off, Kemp opens the bat face and slices the drive to the right of cover
</p>
<p>
Arundhati Reddy to Alice Capsey, out Caught by Nandni Sharma!! Alice Capsey walks off to a standing ovation. Surely the knock of the series. She looks to upper cut the short ball and slices it off the outer half low to the right of Nandni at short third. Alice Capsey c Nandni Sharma b Arundhati Reddy 82(43) [4s-9 6s-3]
</p>
<p>
Arundhati Reddy to Alice Capsey, 2 runs, comes down the track and pulls the short ball to the right of deep mid-wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->