<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-06T11:56:28.441Z">
<
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 214/3 (35.1)
(Freya Kemp 9(5) Sophia Dunkley 115(115)) | England Women vs Ireland Women, 3rd ODI, Ireland 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 214/3 (35.1)
(Freya Kemp 9(5) Sophia Dunkley 115(115)) | England Women vs Ireland Women, 3rd ODI, Ireland 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 =
'Ireland Women opt to bowl';
let live_score =
'214-3(35.1)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Freya KempView match performanceView profile';
let score =
'9';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Lara McBrideView match performanceView profile';
let overs =
'5.1';
let runs =
'34';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'14(8)';
let recent_balls =
'';
let last_wicket =
'68 runs, 2 wkts';
let current_run_rate =
'6.09';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Lara McBride to Freya Kemp, FOUR
</p>
<p>
View all overs
</p>
<p>
Cara Murray to Sophia Dunkley, FOUR
</p>
<p>
Cara Murray to Freya Kemp, 3 runs
</p>
<p>
Cara Murray to Freya Kemp, no run
</p>
<p>
Cara Murray to Freya Kemp, no run
</p>
<p>
Cara Murray to Sophia Dunkley, 1 run
</p>
<p>
Cara Murray to Sophia Dunkley, no run
</p>
<p>
View all overs
</p>
<p>
Kia McCartney to Freya Kemp, 2 runs
</p>
<p>
Kia McCartney to Sophia Dunkley, out Alice Capsey Run Out!! Alice Capsey run out (Kia McCartney) 10(11)
</p>
<p>
Kia McCartney to Sophia Dunkley, no run
</p>
<p>
Kia McCartney to Sophia Dunkley, no run
</p>
<p>
Kia McCartney to Alice Capsey, 1 run
</p>
<p>
Kia McCartney to Alice Capsey, 2 runs
</p>
<p>
View all overs
</p>
<p>
Cara Murray to Alice Capsey, 1 run
</p>
<p>
Cara Murray to Sophia Dunkley, 1 run
</p>
<p>
Cara Murray to Alice Capsey, 1 run
</p>
<p>
Cara Murray to Sophia Dunkley, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->