<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-21T05:18:30.975Z">
<
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 Cricket commentary | England Women vs India Women, 3rd ODI (ICC Championship Match), India Women tour of England, 2022-->
<
script>
let title =
'Cricket commentary | England Women vs India Women, 3rd ODI (ICC Championship Match), India Women tour of England, 2022';
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>
Deepti Sharma to Davies, no run, regulation offbreak and worked to backward square leg
</p>
<p>
Deepti Sharma to Davies, no run, flat on the stumps, turned to mid-wicket
</p>
<p>
Deepti Sharma to Charlotte Dean, 1 run, pushed through flat on the stumps, nudged wide of mid-wicket
</p>
<p>
View all overs
</p>
<p>
Hemalatha to Davies, no run, tossed up full outside off, driven to cover
</p>
<p>
Hemalatha to Davies, no run, fraction short outside off, cut straight to the fielder at cover-point
</p>
<p>
Hemalatha to Davies, no run, good length on the stumps, defended off the back foot
</p>
<p>
Hemalatha to Charlotte Dean, 1 run, full on the stumps, driven past the diving right hand of Hemalatha
</p>
<p>
Hemalatha to Charlotte Dean, FOUR, over mid-off and Charlotte Dean is keeping the fight alive. Rushes down and lofts over mid-off, easily clears the fielder
</p>
<p>
Hemalatha to Charlotte Dean, no run, tossed up outside off, driven to mid-off
</p>
<p>
View all overs
</p>
<p>
Gayakwad to Davies, no run, tossed up again, driven back to the bowler
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->