<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-30T19:05:30.170Z">
<
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 INDW 142/9 (20) vs ENGW
168/5 (Arundhati Reddy 4(5) Nandni Sharma 0(0)) | England Women vs India Women, 2nd 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 =
'INDW 142/9 (20) vs ENGW
168/5 (Arundhati Reddy 4(5) Nandni Sharma 0(0)) | England Women vs India Women, 2nd 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>
View all overs
</p>
<p>
Sophie Ecclestone to Arundhati Reddy, 1 run, full delivery, driven hard down to long-on. England win by 26 runs and level the series
</p>
<p>
Sophie Ecclestone to Arundhati Reddy, out Shree Charani Run Out!! 1 run completed. 90kph, crouches to swing across the line and inside-halves through midwicket. The batters decide to come back for the non-existant second. Capsey runs to her right in the deep, fires a good throw to the bowler and Ecclestone completes the formalities. Shree Charani was nowhere in the frame. Shree Charani run out (Alice Capsey/Sophie Ecclestone) 1(1)
</p>
<p>
Sophie Ecclestone to Shree Charani, 1 run, over the wicket, full on the sticks, clipped to deep midwicket
</p>
<p>
Sophie Ecclestone to Shreyanka Patil, out Bowled!! Shreyanka shuffles across a long way. Gets down to try and play the sweep behind square. Sophie Ecclestone fires a full delivery at 91kph and the batter fails to make contact. Crashes into the leg-stump. Shreyanka Patil b Sophie Ecclestone 6(4) [4s-1]
</p>
<p>
Sophie Ecclestone to Arundhati Reddy, 1 run, 88kph, full delivery, driven down to long-on
</p>
<p>
Sophie Ecclestone to Shreyanka Patil, 1 run, 75kph, flighted delivery, Shreyanka miscues the slogsweep, falls well short of deep midwicket
</p>
<p>
View all overs
</p>
<p>
Lauren Bell to Shreyanka Patil, 1 run, 80kph, another slower delivery, full and wide of off, Shreyanka walks across, gets low, waits and swipes it to deep backward square leg. Bell finishes with 2/33
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->