<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-02T05:55:37.681Z">
<
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 DV 175/8 (19.3) vs ADKR
171/6 (Naseem Shah 6(3) Khuzaima Tanveer 31(12)) | Desert Vipers vs Abu Dhabi Knight Riders, 4th Match, International League T20, 2025-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'DV 175/8 (19.3) vs ADKR
171/6 (Naseem Shah 6(3) Khuzaima Tanveer 31(12)) | Desert Vipers vs Abu Dhabi Knight Riders, 4th Match, International League T20, 2025-26 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>
Olly Stone to Naseem Shah, FOUR, creams the drive straight down the ground and that will do. Desert Vipers win by 2 wickets and leap to the top of the table.
</p>
<p>
Olly Stone to Khuzaima Tanveer, 1 run, on a length outside off, Tanveer drags it wide of square leg and hurries across for a quick single
</p>
<p>
Olly Stone to Khuzaima Tanveer, SIX, too full on off stump from Olly Stone and Tanveer's carted that dead straight. Livingstone with a commendable effort there. He ran all the way to his right from long-off and nearly pulled off a blinder. He had the ball in both hands, but as soon as he crashed onto the ground, he couldn't arrest his momentum because of the boundary ropes which were within touching distance behind him....
</p>
<p>
View all overs
</p>
<p>
Russell to Khuzaima Tanveer, 1 run, gets the yorker right and it has been pushed back to the left of the bowler for a quick single
</p>
<p>
Russell to Khuzaima Tanveer, FOUR, the Vipers are back in this! Full and wide of off stump, Khuzaima Tanveer goes hard and slices the drive in the gap between short third and backward point
</p>
<p>
Russell to Khuzaima Tanveer, 2 runs, it's a double once again! The Knight Riders won't mind that. Short on the stumps, Tanveer swivels and pulls to the right of the fielder at deep mid-wicket
</p>
<p>
Russell to Khuzaima Tanveer, 2 runs, excellent yorker from Russell once again! Tanveer slices it to backward point and the ball bursts through the attempted dive of backward point to his right, enabling a second run for the duo
</p>
<p>
Russell to Naseem Shah, 1 run, full on off, Naseem Shah biffs the drive to long-off
</p>
<p>
Russell to Khuzaima Tanveer, 1 run, gets it in the blockhole outside off, Tanveer can only squeeze it wide of cover
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->