<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-23T13:30:32.511Z">
<
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 100 vs USAW
153/6 (Mahina Tarimiala 3(6) ) | United States of America Women vs Vanuatu Women, 8th 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 100 vs USAW
153/6 (Mahina Tarimiala 3(6) ) | United States of America Women vs Vanuatu Women, 8th 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 =
'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>
Aditiba Chudasama to Natalia Kakor, out Caught by Maahi Madhavan!! Natalia Kakor c Maahi Madhavan b Aditiba Chudasama 0(1)
</p>
<p>
Aditiba Chudasama to Melissa Fare, out Caught by Suhani Thadani!! Melissa Fare c Suhani Thadani b Aditiba Chudasama 7(18)
</p>
<p>
Aditiba Chudasama to Mahina Tarimiala, 1 run
</p>
<p>
Aditiba Chudasama to Melissa Fare, 1 run
</p>
<p>
Aditiba Chudasama to Mahina Tarimiala, 1 run
</p>
<p>
Aditiba Chudasama to Melissa Fare, 1 run
</p>
<p>
View all overs
</p>
<p>
Ritu Singh to Melissa Fare, 1 run
</p>
<p>
Ritu Singh to Melissa Fare, no run
</p>
<p>
Ritu Singh to Mahina Tarimiala, 1 run
</p>
<p>
Ritu Singh to Mahina Tarimiala, no run
</p>
<p>
Ritu Singh to Mahina Tarimiala, no run
</p>
<p>
Ritu Singh to Melissa Fare, 1 run
</p>
<p>
View all overs
</p>
<p>
Aditiba Chudasama to Mahina Tarimiala, no run
</p>
<p>
Aditiba Chudasama to Selina Solman, out Stumped!! Selina Solman st Pooja Ganesh b Aditiba Chudasama 40(40) [4s-7]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->