<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-22T02:26:32.222Z">
<
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 IREWU19 86 vs ENGWU19
207/2 (Niamh MacNulty 3(4) ) | England Women U19 vs Ireland Women U19, Super Six, Group 2, Sat, Jan 21, ICC Under 19 Womens T20 World Cup 2023 | Cricbuzz.com-->
<
script>
let title =
'IREWU19 86 vs ENGWU19
207/2 (Niamh MacNulty 3(4) ) | England Women U19 vs Ireland Women U19, Super Six, Group 2, Sat, Jan 21, ICC Under 19 Womens T20 World Cup 2023 | 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>
Hannah Baker to Jennifer Jackson, out Bowled!! Jennifer Jackson b Hannah Baker 0(2)
</p>
<p>
Hannah Baker to Jennifer Jackson, no run
</p>
<p>
Hannah Baker to Aimee Maguire, out Caught by Niamh Holland!! Aimee Maguire c Niamh Holland b Hannah Baker 14(15) [4s-2]
</p>
<p>
Hannah Baker to Aimee Maguire, no run
</p>
<p>
Hannah Baker to Aimee Maguire, no run
</p>
<p>
1 0 1 1 1 0 (4 runs)IREWU19 86-8Niamh MacNulty3(4)Aimee Maguire14(12)Grace Scrivens3-0-13-1
</p>
<p>
Grace Scrivens to Niamh MacNulty, no run
</p>
<p>
Grace Scrivens to Aimee Maguire, 1 run
</p>
<p>
Grace Scrivens to Niamh MacNulty, 1 run
</p>
<p>
Grace Scrivens to Aimee Maguire, 1 run
</p>
<p>
Grace Scrivens to Aimee Maguire, no run
</p>
<p>
Grace Scrivens to Niamh MacNulty, 1 run
</p>
<p>
4 0 1 W 1 0 (6 runs)IREWU19 82-8Aimee Maguire12(9)Niamh MacNulty1(1)Sophia Smale4-0-11-3
</p>
<p>
Sophia Smale to Aimee Maguire, no run
</p>
<p>
Sophia Smale to Niamh MacNulty, 1 run
</p>
<p>
Over Summary: 1 0 1 1 1 0 (4 runs)Niamh MacNulty3(4)Aimee Maguire14(12)Niamh MacNulty3(4)Niamh MacNultyAimee MaguireGrace Scrivens IREWU19 86-83(4)Aimee Maguire14(12)14(12)Grace Scrivens3-0-13-13-0-13-1
</p>
<p>
Over Summary: 4 0 1 W 1 0 (6 runs)Aimee Maguire12(9)Niamh MacNulty1(1)Aimee Maguire12(9)Aimee MaguireNiamh MacNultySophia Smale IREWU19 82-812(9)Niamh MacNulty1(1)1(1)Sophia Smale4-0-11-34-0-11-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->