<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-08T00:33:56.434Z">
<
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 CHNW 29/5 (5) vs UAEW
47/3 (Gong Yuting 1(1) Wang Huiying 8(10)) | China Women vs United Arab Emirates Women, 26th Match, Group B, ACC Women's T20I Premier Cup 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'CHNW 29/5 (5) vs UAEW
47/3 (Gong Yuting 1(1) Wang Huiying 8(10)) | China Women vs United Arab Emirates Women, 26th Match, Group B, ACC Women's T20I Premier Cup 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>
Vaishnave Mahesh to Wang Huiying, no run
</p>
<p>
Vaishnave Mahesh to Gong Yuting, 1 run
</p>
<p>
Vaishnave Mahesh to Jiaping Li, out Stumped!! Jiaping Li st Theertha Satish b Vaishnave Mahesh 4(6)
</p>
<p>
Vaishnave Mahesh to Jiaping Li, wide
</p>
<p>
Vaishnave Mahesh to Jiaping Li, no run
</p>
<p>
Vaishnave Mahesh to Jiaping Li, 2 runs
</p>
<p>
Vaishnave Mahesh to Jiaping Li, no run
</p>
<p>
View all overs
</p>
<p>
Heena Hotchandani to Jiaping Li, 1 run
</p>
<p>
Heena Hotchandani to Wang Huiying, 1 run
</p>
<p>
Heena Hotchandani to Jiaping Li, 1 run
</p>
<p>
Heena Hotchandani to Chen Xinyu, out Bowled!! Chen Xinyu b Heena Hotchandani 0(1)
</p>
<p>
Heena Hotchandani to Ma Ruike, out Stumped!! Ma Ruike st Theertha Satish b Heena Hotchandani 1(4)
</p>
<p>
Heena Hotchandani to Ma Ruike, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->