<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-12T09:34:03.716Z">
<
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 VANW 122/3 (15.1) vs CISW
118/1 (Susan Stephen 6(4) Nasimana Navaika 29(25)) | Cook Islands Women vs Vanuatu Women, 8th Match, Group A, ICC Womens T20 World Cup East Asia Pacific Qualifier 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'VANW 122/3 (15.1) vs CISW
118/1 (Susan Stephen 6(4) Nasimana Navaika 29(25)) | Cook Islands Women vs Vanuatu Women, 8th Match, Group A, ICC Womens T20 World Cup East Asia Pacific Qualifier 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>
Esther Williams to Susan Stephen, FOUR
</p>
<p>
View all overs
</p>
<p>
Zamera Ikiua to Susan Stephen, 1 run
</p>
<p>
Zamera Ikiua to Navaika, 1 run
</p>
<p>
Zamera Ikiua to Susan Stephen, 1 run
</p>
<p>
Zamera Ikiua to Susan Stephen, no run
</p>
<p>
Zamera Ikiua to Selina Solman, out Caught by Gabby Sullivan!! Selina Solman c Gabby Sullivan b Zamera Ikiua 10(13) [4s-1]
</p>
<p>
Zamera Ikiua to Selina Solman, no run
</p>
<p>
View all overs
</p>
<p>
Esther Williams to Navaika, no run
</p>
<p>
Esther Williams to Navaika, FOUR
</p>
<p>
Esther Williams to Navaika, no run
</p>
<p>
Esther Williams to Selina Solman, 1 run
</p>
<p>
Esther Williams to Selina Solman, no run
</p>
<p>
Esther Williams to Selina Solman, no run
</p>
<p>
View all overs
</p>
<p>
Gabby Sullivan to Selina Solman, 1 run
</p>
<p>
Gabby Sullivan to Navaika, 1 run
</p>
<p>
Gabby Sullivan to Navaika, 2 runs
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->