<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-12T06:47:37.165Z">
<
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 KLT 84 vs DHDM
108 (Wahab Riaz 0(0) ) | Khulna Tigers vs Dhaka Dominators, 24th Match, Tue, Jan 24, Bangladesh Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'KLT 84 vs DHDM
108 (Wahab Riaz 0(0) ) | Khulna Tigers vs Dhaka Dominators, 24th Match, Tue, Jan 24, Bangladesh Premier League 2023 | Cricbuzz.com';
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>
Taskin Ahmed to Nahid Rana, out Bowled!! Taskin Ahmed can't control his joy. He is running all over the field and everyone chases after him. What a win this has been! Full and straight, too good for number 11 who misses the line and loses his stumps. Dhaka have defended a total of just 108. Nahid Rana b Taskin Ahmed 0(2)
</p>
<p>
Taskin Ahmed to Nahid Rana, no run, yorker on off, Nahid Rana very awkwardly blocks it out
</p>
<p>
Taskin Ahmed to Saifuddin, out Caught by Amir Hamza!! Short pitched, Saifuddin was trying to get away but gloves it towards mid-wicket where the fielder takes a diving catch. Hamza the man again, what a performance this has been from Dhaka with the ball. Saifuddin c Amir Hamza b Taskin Ahmed 2(6)
</p>
<p>
4 W 0 4 0 W (8 runs)KLT 84-8Nasum Ahmed4(4)Mohammad Saifuddin2(5)Al-Amin Hossain2-0-17-2
</p>
<p>
Al-Amin to Nasum Ahmed, out Caught by Amir Hamza!! Another one gone!! Short pitched and Nasum Ahmed goes for the pull but skies it tamely towards Hamza at short mid-wicket. Which way is this game going now? Nasum Ahmed c Amir Hamza b Al-Amin 4(4) [4s-1]
</p>
<p>
Al-Amin to Nasum Ahmed, no run, full outside off, Nasum Ahmed beaten on the outside edge
</p>
<p>
Al-Amin to Nasum Ahmed, FOUR, yorker length, Nasum Ahmed drives it over the non-striker's head for a straight boundary. That should help
</p>
<p>
Bumrah, like Akram & McGrath, a pitch-agnostic pacer: Kartik
</p>
<p>
Gill was wrong to change the Dukes ball: Michael Vaughan
</p>
<p>
KL Rahul is the opener India craved for: Kartik
</p>
<p>
Over Summary: 4 W 0 4 0 W (8 runs)Nasum Ahmed4(4)Mohammad Saifuddin2(5)Nasum Ahmed4(4)Nasum AhmedMohammad SaifuddinAl-Amin Hossain KLT 84-84(4)Mohammad Saifuddin2(5)2(5)Al-Amin Hossain2-0-17-22-0-17-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->