<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-09T01:53:36.375Z">
<
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 NW 115/6 (10) vs DBL
119/4 (Liam Dawson 0(1) ) | Northern Warriors vs Delhi Bulls, 4th Match, T10 League 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NW 115/6 (10) vs DBL
119/4 (Liam Dawson 0(1) ) | Northern Warriors vs Delhi Bulls, 4th Match, T10 League 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Shiraz Ahmed to Mark Deyal, out Caught by Dwayne Bravo!! Mark Deyal c Dwayne Bravo b Shiraz Ahmed 0(2)
</p>
<p>
Shiraz Ahmed to Mark Deyal, no run
</p>
<p>
Shiraz Ahmed to Usman Khan, out Lbw!! Usman Khan lbw b Shiraz Ahmed 47(26) [4s-5 6s-2]
</p>
<p>
Shiraz Ahmed to Dawson, leg byes, 1 run
</p>
<p>
Shiraz Ahmed to Rutherford, out Caught by Drakes!! Rutherford c Drakes b Shiraz Ahmed 26(12) [4s-3 6s-1]
</p>
<p>
Shiraz Ahmed to Usman Khan, 1 run, to deep square leg, the partnership between Usman Khan and Rutherford is now
</p>
<p>
View all overs
</p>
<p>
Dwayne Bravo to Rutherford, FOUR, to third man
</p>
<p>
Dwayne Bravo to Rutherford, FOUR, to deep extra cover
</p>
<p>
Dwayne Bravo to Usman Khan, 1 run, to long-on
</p>
<p>
Dwayne Bravo to Usman Khan, SIX, to deep square leg
</p>
<p>
Dwayne Bravo to Usman Khan, FOUR, to long-on
</p>
<p>
Dwayne Bravo to Rutherford, 1 run, to mid-off
</p>
<p>
View all overs
</p>
<p>
Maqsood to Rutherford, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->