<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-10T11:45:57.551Z">
<
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 BAN 164/4 (18.2)
(Nurul Hasan 22(11) Jaker Ali 20(13)) | Bangladesh vs Netherlands, 3rd T20I, Netherlands tour of Bangladesh 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BAN 164/4 (18.2)
(Nurul Hasan 22(11) Jaker Ali 20(13)) | Bangladesh vs Netherlands, 3rd T20I, Netherlands tour of Bangladesh 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Aryan Dutt to Jaker Ali, 1 run, full outside off, Jaker Ali biffs the drive to long-off
</p>
<p>
Aryan Dutt to Jaker Ali, no run, Jaker Ali shuffled across and then shuffled to the leg-side looking to play a big shot, missed the very full delivery and got pinged on the boot. Pitched outside leg and that's a good review from Bangladesh...
</p>
<p>
View all overs
</p>
<p>
Kyle Klein to Nurul Hasan, 2 runs, banged in short outside off, Nurul plays the forehand pull to the left of long-on
</p>
<p>
Kyle Klein to Jaker Ali, 1 run, slower length delivery dug into the surface, Jaker Ali heaves it to the right of deep mid-wicket
</p>
<p>
Kyle Klein to Jaker Ali, SIX, full and right in the middle of the swinging arc for Jaker Ali, he clears his front leg and deposits it over mid-wicket with a swipe for his first maximum...
</p>
<p>
Kyle Klein to Nurul Hasan, leg byes, 1 run, looks to scoop the slower length delivery and misses, the ball pings him on the thigh pad and rolls wide of backward point. The bowler looked a bit keen on the review and managed to convince his skipper in the end...
</p>
<p>
Kyle Klein to Nurul Hasan, SIX, full ad in the slot outside off, Nurul Hasan stays leg-side of the delivery and smokes it down the ground for a mighty maximum
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->