<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-24T13:45:26.369Z">
<
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 KENT 99/7 (45)
(Matt Milnes 5(4) Keith Dudgeon 0(4)) | Worcestershire vs Kent, 13th 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 =
'KENT 99/7 (45)
(Matt Milnes 5(4) Keith Dudgeon 0(4)) | Worcestershire vs Kent, 13th 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: 2nd Session';
let live_score =
'99/7(45)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Matt Milnes';
let score =
'5';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Oliver Hannon-Dalby';
let overs =
'14';
let runs =
'18';
let wickets =
'3';
}
// Other details
let other_info = {
let partner_ship =
'0(4)';
let recent_balls =
'';
let last_wicket =
'25 runs, 4 wkts';
let current_run_rate =
'2.2';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Matthew Waite to Keith Dudgeon, no run
</p>
<p>
Matthew Waite to Keith Dudgeon, no run
</p>
<p>
Matthew Waite to Keith Dudgeon, no run
</p>
<p>
Matthew Waite to Keith Dudgeon, no run
</p>
<p>
Matthew Waite to Joey Evison, out Lbw!! Joey Evison lbw b Matthew Waite 14(25) [4s-3]
</p>
<p>
Matthew Waite to Milnes, 1 run
</p>
<p>
View all overs
</p>
<p>
Hannon-Dalby to Joey Evison, no run
</p>
<p>
Hannon-Dalby to Joey Evison, no run
</p>
<p>
Hannon-Dalby to Joey Evison, no run
</p>
<p>
Hannon-Dalby to Joey Evison, no run
</p>
<p>
Hannon-Dalby to Joey Evison, no run
</p>
<p>
Hannon-Dalby to Joey Evison, FOUR
</p>
<p>
View all overs
</p>
<p>
Matthew Waite to Milnes, no run
</p>
<p>
Matthew Waite to Milnes, FOUR
</p>
<p>
Matthew Waite to Joey Evison, 1 run
</p>
<p>
Matthew Waite to Joey Evison, no run
</p>
<p>
Matthew Waite to Joey Evison, no run
</p>
<p>
Matthew Waite to Joey Evison, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->