<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-26T03:52:14.494Z">
<
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 Cricket commentary | Hong Kong, China vs Kuwait, 1st T20I, Kuwait tour of Hong Kong, China, 2026-->
<
script>
let title =
'Cricket commentary | Hong Kong, China vs Kuwait, 1st T20I, Kuwait tour of Hong Kong, China, 2026';
let latest_update =
'';
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>
Anudeep Chenthamara to Ehsan Khan, FOUR
</p>
<p>
Anudeep Chenthamara to Hassan Khan M, out Caught&Bowled!! Hassan Khan M c and b Anudeep Chenthamara 0(1)
</p>
<p>
Anudeep Chenthamara to Aizaz Khan, out Caught by Meet Bhavsar!! Aizaz Khan c Meet Bhavsar b Anudeep Chenthamara 16(7) [4s-3]
</p>
<p>
Anudeep Chenthamara to Zeeshan Ali, 1 run
</p>
<p>
Anudeep Chenthamara to Zeeshan Ali, FOUR
</p>
<p>
0 4 1 2 1 1 (9 runs)HKC 177-5Zeeshan Ali55(45)Aizaz Khan16(6)Yasin Patel4-0-37-2
</p>
<p>
Yasin Patel to Zeeshan Ali, 1 run
</p>
<p>
Yasin Patel to Aizaz Khan, 1 run
</p>
<p>
Yasin Patel to Aizaz Khan, 2 runs
</p>
<p>
Yasin Patel to Zeeshan Ali, 1 run
</p>
<p>
Yasin Patel to Zeeshan Ali, FOUR
</p>
<p>
Yasin Patel to Zeeshan Ali, no run
</p>
<p>
W 4 4 4 1 1 (14 runs)HKC 168-5Zeeshan Ali49(41)Aizaz Khan13(4)Meet Bhavsar1-0-14-1
</p>
<p>
Meet Bhavsar to Zeeshan Ali, 1 run
</p>
<p>
Meet Bhavsar to Aizaz Khan, 1 run
</p>
<p>
Over Summary: 0 4 1 2 1 1 (9 runs)Zeeshan Ali55(45)Aizaz Khan16(6)Zeeshan Ali55(45)Zeeshan AliAizaz KhanYasin Patel HKC 177-555(45)Aizaz Khan16(6)16(6)Yasin Patel4-0-37-24-0-37-2
</p>
<p>
Over Summary: W 4 4 4 1 1 (14 runs)Zeeshan Ali49(41)Aizaz Khan13(4)Zeeshan Ali49(41)Zeeshan AliAizaz KhanMeet Bhavsar HKC 168-549(41)Aizaz Khan13(4)13(4)Meet Bhavsar1-0-14-11-0-14-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->