<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-01T18:22:34.585Z">
<
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 KUWW 92/7 (20) vs MMRW
112/5 (Maria Jasvi 3(5) Khadija Khalil 1(5)) | Kuwait Women vs Myanmar Women, 2nd T20I, Kuwait Women and Myanmar Women tour of Malaysia, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'KUWW 92/7 (20) vs MMRW
112/5 (Maria Jasvi 3(5) Khadija Khalil 1(5)) | Kuwait Women vs Myanmar Women, 2nd T20I, Kuwait Women and Myanmar Women tour of Malaysia, 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>
May San to Khadija Khalil, no run
</p>
<p>
May San to Khadija Khalil, no run
</p>
<p>
May San to Khadija Khalil, no run
</p>
<p>
May San to Khadija Khalil, no run
</p>
<p>
May San to Khadija Khalil, wide
</p>
<p>
May San to Maria Jasvi, 1 run
</p>
<p>
May San to Khadija Khalil, 1 run
</p>
<p>
May San to Khadija Khalil, wide
</p>
<p>
View all overs
</p>
<p>
Theint Soe to Maria Jasvi, no run
</p>
<p>
Theint Soe to Maria Jasvi, no run
</p>
<p>
Theint Soe to Maria Jasvi, no run
</p>
<p>
Theint Soe to Maria Jasvi, 2 runs
</p>
<p>
Theint Soe to Maria Jasvi, wide
</p>
<p>
Theint Soe to Priyada Murali, out Caught by May San!! Priyada Murali c May San b Theint Soe 39(46) [4s-4]
</p>
<p>
Theint Soe to Priyada Murali, out Siobhan Gomez Run Out!! 1 run completed Siobhan Gomez run out (Zar Win/Theint Soe) 6(3) [4s-1]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->