<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-08T11:04:23.480Z">
<
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 DERBY 49/3 (17)
(Wayne Madsen 21(55) Martin Andersson 1(8)) | Derbyshire vs Kent, 45th Match, County Championship Division Two 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'DERBY 49/3 (17)
(Wayne Madsen 21(55) Martin Andersson 1(8)) | Derbyshire vs Kent, 45th Match, County Championship Division Two 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 1: 1st Session';
let live_score =
'49/3(17)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Wayne MadsenView match performanceView profile';
let score =
'21';
let fours =
'3';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ekansh SinghView match performanceView profile';
let overs =
'1';
let runs =
'0';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'6(15)';
let recent_balls =
'';
let last_wicket =
'36 runs, 1 wkts';
let current_run_rate =
'2.88';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
View all overs
</p>
<p>
Ekansh Singh to Wayne Madsen, no run
</p>
<p>
Ekansh Singh to Wayne Madsen, no run
</p>
<p>
Ekansh Singh to Wayne Madsen, byes, FOUR
</p>
<p>
Ekansh Singh to Wayne Madsen, no run
</p>
<p>
Ekansh Singh to Wayne Madsen, no run
</p>
<p>
Ekansh Singh to Wayne Madsen, no run
</p>
<p>
View all overs
</p>
<p>
Khaled Ahmed to Wayne Madsen, 1 run
</p>
<p>
Khaled Ahmed to Andersson, 1 run
</p>
<p>
Khaled Ahmed to Andersson, no run
</p>
<p>
Khaled Ahmed to Muhammed Naeem, out Lbw!! Muhammed Naeem lbw b Khaled Ahmed 12(40) [4s-1]
</p>
<p>
Khaled Ahmed to Muhammed Naeem, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->