<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-19T20:27:19.670Z">
<
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 197/5 (50.5) vs LANCS
161 (Wayne Madsen 25(51) Brooke Guest 8(13)) | Derbyshire vs Lancashire, 30th 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 197/5 (50.5) vs LANCS
161 (Wayne Madsen 25(51) Brooke Guest 8(13)) | Derbyshire vs Lancashire, 30th 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: Stumps - Derbyshire lead by 36 runs';
let live_score =
'197/5(50.5)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Wayne Madsen';
let score =
'25';
let fours =
'4';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'George Balderson';
let overs =
'15.5';
let runs =
'62';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'20(29)';
let recent_balls =
'';
let last_wicket =
'45 runs, 2 wkts';
let current_run_rate =
'3.88';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Balderson to Wayne Madsen, no run
</p>
<p>
Balderson to Wayne Madsen, no run
</p>
<p>
Balderson to Wayne Madsen, no run
</p>
<p>
Balderson to Wayne Madsen, no run
</p>
<p>
Balderson to Brooke Guest, 1 run
</p>
<p>
View all overs
</p>
<p>
Anderson to Wayne Madsen, no run
</p>
<p>
Anderson to Wayne Madsen, no run
</p>
<p>
Anderson to Wayne Madsen, no run
</p>
<p>
Anderson to Wayne Madsen, no run
</p>
<p>
Anderson to Brooke Guest, 1 run
</p>
<p>
Anderson to Brooke Guest, no run
</p>
<p>
View all overs
</p>
<p>
Balderson to Brooke Guest, 1 run
</p>
<p>
Balderson to Brooke Guest, no ball
</p>
<p>
Balderson to Brooke Guest, no run
</p>
<p>
Balderson to Brooke Guest, no run
</p>
<p>
Balderson to Wayne Madsen, 1 run
</p>
<p>
Balderson to Wayne Madsen, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->