<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-29T05:42:51.821Z">
<
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 79/3 (32.3)
(Caleb Jewell 32(83) Martin Andersson 2(11)) | Derbyshire vs Middlesex, 37th 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 79/3 (32.3)
(Caleb Jewell 32(83) Martin Andersson 2(11)) | Derbyshire vs Middlesex, 37th 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 2: Stumps';
let live_score =
'79/3(32.3)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Caleb JewellView match performanceView profile';
let score =
'32';
let fours =
'3';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Tom HelmView match performanceView profile';
let overs =
'6.3';
let runs =
'24';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'3(22)';
let recent_balls =
'';
let last_wicket =
'15 runs, 2 wkts';
let current_run_rate =
'2.43';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Tom Helm to Caleb Jewell, no run
</p>
<p>
Tom Helm to Caleb Jewell, no run
</p>
<p>
Tom Helm to Caleb Jewell, no run
</p>
<p>
View all overs
</p>
<p>
Roland-Jones to Andersson, no run
</p>
<p>
Roland-Jones to Andersson, no run
</p>
<p>
Roland-Jones to Andersson, 2 runs
</p>
<p>
Roland-Jones to Andersson, no run
</p>
<p>
Roland-Jones to Andersson, no run
</p>
<p>
Roland-Jones to Andersson, no run
</p>
<p>
View all overs
</p>
<p>
Ryan Higgins to Caleb Jewell, no run
</p>
<p>
Ryan Higgins to Caleb Jewell, no run
</p>
<p>
Ryan Higgins to Caleb Jewell, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->