<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-20T14:07:40.467Z">
<
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 Nepal vs United Arab Emirates, 1st T20I, United Arab Emirates tour of Nepal 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'Nepal vs United Arab Emirates, 1st T20I, United Arab Emirates tour of Nepal 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Rain stops play';
let live_score =
'122-8(18.5)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Dipendra Singh Airee';
let score =
'32';
let fours =
'2';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Khuzaima Tanveer';
let overs =
'3.5';
let runs =
'17';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'4(6)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'6.48';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Khuzaima Tanveer to Sandeep Lamichhane, byes, 1 run
</p>
<p>
Khuzaima Tanveer to Dipendra Singh Airee, byes, 1 run
</p>
<p>
Khuzaima Tanveer to Dipendra Singh Airee, no run
</p>
<p>
Khuzaima Tanveer to Sandeep Lamichhane, 1 run
</p>
<p>
Khuzaima Tanveer to Sandeep Lamichhane, no run
</p>
<p>
View all overs
</p>
<p>
Muhammad Arfan to Sandeep Lamichhane, 1 run
</p>
<p>
Muhammad Arfan to Sher Malla, out Caught by Khuzaima Tanveer!! Sher Malla c Khuzaima Tanveer b Muhammad Arfan 0(2)
</p>
<p>
Muhammad Arfan to Sher Malla, no run
</p>
<p>
Muhammad Arfan to Dipendra Singh Airee, 1 run
</p>
<p>
Muhammad Arfan to Dipendra Singh Airee, 2 runs
</p>
<p>
Muhammad Arfan to Dipendra Singh Airee, FOUR
</p>
<p>
View all overs
</p>
<p>
Muhammad Zuhaib to Nandan Yadav, out Caught by Khuzaima Tanveer!! Nandan Yadav c Khuzaima Tanveer b Muhammad Zuhaib 13(7) [6s-2]
</p>
<p>
Muhammad Zuhaib to Nandan Yadav, SIX
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->