<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-27T13:30:01.312Z">
<
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 41/3 (9) vs USAW
162/4 (Gillian Chilia 1(10) Nasimana Navaika 2(6)) | United States of America Women vs Vanuatu Women, 14th Match, ICC Womens T20I Challenge Trophy 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'VANW 41/3 (9) vs USAW
162/4 (Gillian Chilia 1(10) Nasimana Navaika 2(6)) | United States of America Women vs Vanuatu Women, 14th Match, ICC Womens T20I Challenge Trophy 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Vanuatu Women need 122 runs in 66 balls';
let live_score =
'41-3(9)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Gillian Chilia';
let score =
'1';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ritu Priya Singh';
let overs =
'2';
let runs =
'3';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'3(16)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'4.56';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Taranum Chopra to Navaika, no run
</p>
<p>
Taranum Chopra to Navaika, no run
</p>
<p>
Taranum Chopra to Gillian Chilia, 1 run
</p>
<p>
Taranum Chopra to Gillian Chilia, no run
</p>
<p>
Taranum Chopra to Navaika, 1 run
</p>
<p>
Taranum Chopra to Navaika, no run
</p>
<p>
View all overs
</p>
<p>
Ritu Singh to Gillian Chilia, no run
</p>
<p>
Ritu Singh to Gillian Chilia, no run
</p>
<p>
Ritu Singh to Gillian Chilia, no run
</p>
<p>
Ritu Singh to Gillian Chilia, no run
</p>
<p>
Ritu Singh to Navaika, 1 run
</p>
<p>
Ritu Singh to Navaika, no run
</p>
<p>
View all overs
</p>
<p>
Sainavi Kambalapalli to Gillian Chilia, no run
</p>
<p>
Sainavi Kambalapalli to Gillian Chilia, no run
</p>
<p>
Sainavi Kambalapalli to Gillian Chilia, no run
</p>
<p>
Sainavi Kambalapalli to Gillian Chilia, no run
</p>
<p>
Sainavi Kambalapalli to Langiatu, out Caught by Isani Vaghela!! Langiatu c Isani Vaghela b Sainavi Kambalapalli 25(21) [4s-5]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->