<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-15T05:20:18.002Z">
<
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 | Afghanistan vs United Arab Emirates, 6th Match, United Arab Emirates T20I Tri-Series 2025-->
<
script>
let title =
'Cricket commentary | Afghanistan vs United Arab Emirates, 6th Match, United Arab Emirates T20I Tri-Series 2025';
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>
4 6 2 0 0 W (12 runs)UAE 166-5Asif Khan40(28)Harshit Kaushik15(12)Fareed Ahmad Malik3-0-35-1
</p>
<p>
Fareed Ahmad to Asif Khan, out Caught by Gurbaz!! Heartbreak for UAE. Asif Khan swipes the bat in the air in frustration. He is down on his haunches and shakes his head in disappointment. In the slot and full on off, was the perfect delivery to hit out of the ground, Asif Khan gets forward to loft and doesn't get the timing and it's gone so high up in the air, Ibrahim from long-on wants to go for the catch but at the last moment leaves it to Gurbaz at long-off who takes it well. One eye of his must have been on Ibrahim but he kept his nerve and hangs on. Even if he had dropped it wouldn't have mattered. Gurbaz is pumped as he looks back at the dugout and celebrates. Asif Khan c Gurbaz b Fareed Ahmad 40(28) [4s-4 6s-2]
</p>
<p>
Fareed Ahmad to Asif Khan, no run, fine bowling. Wide and full delivery outside off, inside the tramline, Asif Khan reaches for it to carve, misses and Mohammad Ishaq runs forward to prevent the bye
</p>
<p>
Fareed Ahmad to Asif Khan, no run, Fareed Ahmad is appealing furiously for a caught behind. Mohammad Ishaq throws the ball at the stumps, no backing up and Asif Khan sends Harshit Kaushik back. Fine yorker and tailing back in, Asif Khan gets forward to drive, toe-ends it on the bounce to the keeper, clearly bounced
</p>
<p>
Fareed Ahmad to Asif Khan, 2 runs, full outside off, Asif Khan gets forward and slices the loft, wide of Omarzai at sweeper cover and he rushes back for the 2nd
</p>
<p>
Fareed Ahmad to Asif Khan, SIX, what a shot by Asif Khan. A length delivery and angling away from the right-hander just outside off, he thwacks it flat-batted and it skims away flat over deep extra-cover. Pure muscle, all that hours spent in the gym now worth it, pressure on Fareed Ahmad now
</p>
<p>
Over Summary: 4 6 2 0 0 W (12 runs)Asif Khan40(28)Harshit Kaushik15(12)Asif Khan40(28)Asif KhanHarshit KaushikFareed Ahmad Malik UAE 166-540(28)Harshit Kaushik15(12)15(12)Fareed Ahmad Malik3-0-35-13-0-35-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->