<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-06T05:43:42.071Z">
<
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 166/5 (20) vs ENGW
171/9 (Amanjot Kaur 7(4) ) | England Women vs India Women, 3rd T20I, Fri, Jul 4, India Women tour of England, 2025 | Cricbuzz.com-->
<
script>
let title =
'INDW 166/5 (20) vs ENGW
171/9 (Amanjot Kaur 7(4) ) | England Women vs India Women, 3rd T20I, Fri, Jul 4, India Women tour of England, 2025 | 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>
Fantasy Handbook: England Women vs India women, 3rd T20I, 2025
</p>
<p>
2 1 1 0 2 W (6 runs)INDW 166-5Harmanpreet Kaur23(17)Amanjot Kaur7(4)Lauren Bell4-0-37-1
</p>
<p>
Bell to Kaur, out Caught by Ecclestone!! England stay alive. A slower-ball on a length just outside off, Kaur gets forward to loft and it's straight to mid-off. Ecclestone reverse-cups that with ease and there's celebrations in the England camp. India fall short by 5 runs. Kaur c Ecclestone b Bell 23(17) [4s-2]
</p>
<p>
Bell to Kaur, 2 runs, slower-ball on a fuller length outside off, Kaur gets forward to loft and just clears Ecclestone at mid-off, they rush back for two
</p>
<p>
Bell to Kaur, no run, a crucial dot. A slower-ball on a length just outside off, Kaur makes room and gets outside the leg-stump, slashes and misses, Amy Jones prevents any runs
</p>
<p>
Bell to Amanjot Kaur, 1 run, Scholfield drops a sitter at long-on. A slower-ball on a length on middle, Amanjot Kaur gets forward to loft and it's straight to long-on, Scholfield sinks on one knee and drops an absolute goober. England have been woeful in the field today
</p>
<p>
Gill showing an air of inevitability: Harsha Bhogle
</p>
<p>
Fear of 'Bazball' - Why did India delay declaration?
</p>
<p>
Intrigued if Stokes' England can play for a draw: Michael Vaughan
</p>
<p>
Over Summary: 2 1 1 0 2 W (6 runs)Harmanpreet Kaur23(17)Amanjot Kaur7(4)Harmanpreet Kaur23(17)Harmanpreet KaurAmanjot KaurLauren Bell INDW 166-523(17)Amanjot Kaur7(4)7(4)Lauren Bell4-0-37-14-0-37-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->