<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-06-11T05:48:52.812Z">
<
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 141 vs WARKS
199/6 (Fynn Hudson-Prentice 13(7) ) | Warwickshire vs Derbyshire, North Group, Sun, Jun 8, T20 Blast 2025 | Cricbuzz.com-->
<
script>
let title =
'DERBY 141 vs WARKS
199/6 (Fynn Hudson-Prentice 13(7) ) | Warwickshire vs Derbyshire, North Group, Sun, Jun 8, T20 Blast 2025 | 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>
Hasan Ali to Patrick Brown, out Bowled!! Patrick Brown b Hasan Ali 1(3)
</p>
<p>
1 0 0 W 0 1 (2 runs)DERBY 141-9Patrick Brown1(2)Fynn Hudson-Prentice13(7)Dan Mousley3-0-20-1
</p>
<p>
Mousley to Patrick Brown, 1 run
</p>
<p>
Mousley to Patrick Brown, no run
</p>
<p>
Mousley to AM Ghazanfar, out Caught by Hain!! AM Ghazanfar c Hain b Mousley 4(4) [4s-1]
</p>
<p>
Mousley to AM Ghazanfar, no run
</p>
<p>
Mousley to AM Ghazanfar, no run
</p>
<p>
Mousley to FJ Hudson-Prentice, 1 run
</p>
<p>
1 6 W W W 4 (11 runs)DERBY 139-8AM Ghazanfar4(1)Fynn Hudson-Prentice12(6)Hasan Ali3-0-23-5
</p>
<p>
Hasan Ali to AM Ghazanfar, FOUR
</p>
<p>
Hasan Ali to Aitchison, out Bowled!! Aitchison b Hasan Ali 0(1)
</p>
<p>
Hasan Ali to Thomson, out Caught by George Garton!! Thomson c George Garton b Hasan Ali 0(1)
</p>
<p>
India tour of England: Lessons from India A games
</p>
<p>
Why did India choose Gill over Bumrah as Test captain? Harsha Bhogle explains
</p>
<p>
Sai Sudharsan is Mr. Cricket in the making: Zaheer Khan
</p>
<p>
Over Summary: 1 0 0 W 0 1 (2 runs)Patrick Brown1(2)Fynn Hudson-Prentice13(7)Patrick Brown1(2)Patrick BrownFynn Hudson-PrenticeDan Mousley DERBY 141-91(2)Fynn Hudson-Prentice13(7)13(7)Dan Mousley3-0-20-13-0-20-1
</p>
<p>
Over Summary: 1 6 W W W 4 (11 runs)AM Ghazanfar4(1)Fynn Hudson-Prentice12(6)AM Ghazanfar4(1)AM GhazanfarFynn Hudson-PrenticeHasan Ali DERBY 139-84(1)Fynn Hudson-Prentice12(6)12(6)Hasan Ali3-0-23-53-0-23-5
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->