<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-03T05:36:17.692Z">
<
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 UAE 286/8 (50)
(Ibrar Ahmad 8(7) Haider Ali 8(5)) | Kuwait vs United Arab Emirates, 9th Match, Group B, ACC Men's Premier Cup, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'UAE 286/8 (50)
(Ibrar Ahmad 8(7) Haider Ali 8(5)) | Kuwait vs United Arab Emirates, 9th Match, Group B, ACC Men's Premier Cup, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Innings Break';
let live_score =
'286-8(50)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Ibrar AhmadView match performanceView profile';
let score =
'8';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Muhammad Aqif FarooqView match performanceView profile';
let overs =
'6';
let runs =
'38';
let wickets =
'3';
}
// Other details
let other_info = {
let partner_ship =
'15(10)';
let recent_balls =
'';
let last_wicket =
'73 runs, 3 wkts';
let current_run_rate =
'5.72';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Mohamed Shafeeq to Haider Ali, FOUR
</p>
<p>
Mohamed Shafeeq to Ibrar Ahmad, 1 run
</p>
<p>
Mohamed Shafeeq to Ibrar Ahmad, no run
</p>
<p>
Mohamed Shafeeq to Haider Ali, 1 run
</p>
<p>
Mohamed Shafeeq to Haider Ali, no run
</p>
<p>
Mohamed Shafeeq to Ibrar Ahmad, 1 run
</p>
<p>
View all overs
</p>
<p>
Muhammad Aqif Farooq to Haider Ali, 2 runs
</p>
<p>
Muhammad Aqif Farooq to Ibrar Ahmad, 1 run
</p>
<p>
Muhammad Aqif Farooq to Ibrar Ahmad, FOUR
</p>
<p>
Muhammad Aqif Farooq to Haider Ali, 1 run
</p>
<p>
Muhammad Aqif Farooq to Muhammad Shahdad, out Caught by Ali Zaheer!! Muhammad Shahdad c Ali Zaheer b Muhammad Aqif Farooq 94(110) [4s-6 6s-4]
</p>
<p>
Muhammad Aqif Farooq to Muhammad Shahdad, no run
</p>
<p>
View all overs
</p>
<p>
Mohamed Shafeeq to Muhammad Shahdad, 1 run
</p>
<p>
Mohamed Shafeeq to Muhammad Shahdad, SIX
</p>
<p>
Mohamed Shafeeq to Ibrar Ahmad, 1 run
</p>
<p>
Mohamed Shafeeq to Ibrar Ahmad, no run
</p>
<p>
Mohamed Shafeeq to Muhammad Shahdad, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->