<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-08T03:12:09.974Z">
<
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 160/3 (18.1) vs WARKS
159/7 (Shan Masood 45(45) Brooke Guest 4(3)) | Warwickshire vs Derbyshire, North Group, Sun, Jun 19, T20 Blast 2022 | Cricbuzz.com-->
<
script>
let title =
'DERBY 160/3 (18.1) vs WARKS
159/7 (Shan Masood 45(45) Brooke Guest 4(3)) | Warwickshire vs Derbyshire, North Group, Sun, Jun 19, T20 Blast 2022 | Cricbuzz.com';
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>
Brookes to Masood, FOUR
</p>
<p>
0 1 W 0 Wd 0 4 (6 runs)DERBY 156-3Shan Masood41(44)Brooke Guest4(3)Carlos Brathwaite4-0-29-1
</p>
<p>
Brathwaite to Brooke Guest, FOUR
</p>
<p>
Brathwaite to Brooke Guest, no run
</p>
<p>
Brathwaite to Brooke Guest, wide
</p>
<p>
Brathwaite to Brooke Guest, no run
</p>
<p>
Brathwaite to Leus du Plooy, out Caught by C Miles!! Leus du Plooy c C Miles b Brathwaite 6(4) [6s-1]
</p>
<p>
Brathwaite to Masood, 1 run
</p>
<p>
Brathwaite to Masood, no run
</p>
<p>
1 0 W 0 6 0 (7 runs)DERBY 150-2Leus du Plooy6(3)Shan Masood40(42)Olly Stone4-0-29-1
</p>
<p>
Olly Stone to Leus du Plooy, no run
</p>
<p>
Olly Stone to Leus du Plooy, SIX
</p>
<p>
Olly Stone to Leus du Plooy, no run
</p>
<p>
Olly Stone to Madsen, out Caught by Stirling!! Madsen c Stirling b Olly Stone 55(34) [4s-5 6s-3]
</p>
<p>
Olly Stone to Madsen, no run
</p>
<p>
Olly Stone to Masood, 1 run
</p>
<p>
Over Summary: 0 1 W 0 Wd 0 4 (6 runs)Shan Masood41(44)Brooke Guest4(3)Shan Masood41(44)Shan MasoodBrooke GuestCarlos Brathwaite DERBY 156-341(44)Brooke Guest4(3)4(3)Carlos Brathwaite4-0-29-14-0-29-1
</p>
<p>
Over Summary: 1 0 W 0 6 0 (7 runs)Leus du Plooy6(3)Shan Masood40(42)Leus du Plooy6(3)Leus du PlooyShan MasoodOlly Stone DERBY 150-26(3)Shan Masood40(42)40(42)Olly Stone4-0-29-14-0-29-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->