<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-09T21:23:29.291Z">
<
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 SCOW 121/8 (20) vs NEDW
148/7 (Abtaha Maqsood 2(4) Olivia Bell 1(3)) | Scotland Women vs Netherlands Women, 23rd Match, ICC Womens Emerging Nations Trophy 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SCOW 121/8 (20) vs NEDW
148/7 (Abtaha Maqsood 2(4) Olivia Bell 1(3)) | Scotland Women vs Netherlands Women, 23rd Match, ICC Womens Emerging Nations Trophy 2025 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>
Frederique Overdijk to Olivia Bell, no run
</p>
<p>
Frederique Overdijk to Abtaha Maqsood, 1 run
</p>
<p>
Frederique Overdijk to Abtaha Maqsood, no run
</p>
<p>
Frederique Overdijk to Olivia Bell, 1 run
</p>
<p>
Frederique Overdijk to Olivia Bell, no run
</p>
<p>
Frederique Overdijk to Ellen Watson, out Bowled!! Ellen Watson b Frederique Overdijk 11(11) [4s-1]
</p>
<p>
View all overs
</p>
<p>
Iris Zwilling to Abtaha Maqsood, no run
</p>
<p>
Iris Zwilling to Ellen Watson, 1 run
</p>
<p>
Iris Zwilling to Abtaha Maqsood, 1 run
</p>
<p>
Iris Zwilling to Chloe Abel, out Caught by Merel Dekeling!! Chloe Abel c Merel Dekeling b Iris Zwilling 0(1)
</p>
<p>
Iris Zwilling to Rachel Slater, out Caught by Robine Rijke!! Rachel Slater c Robine Rijke b Iris Zwilling 3(3)
</p>
<p>
Iris Zwilling to Rachel Slater, 2 runs
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->