<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-17T00:13:38.139Z">
<
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 DUR 173/5 (41.3) vs KENT
523 (David Bedingham 72(71) Ben Stokes 8(18)) | Kent vs Durham, 21st 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 =
'DUR 173/5 (41.3) vs KENT
523 (David Bedingham 72(71) Ben Stokes 8(18)) | Kent vs Durham, 21st 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 - Durham trail by 350 runs';
let live_score =
'173/5(41.3)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'David Bedingham';
let score =
'72';
let fours =
'8';
let sixes =
'1';
}
// Bowler details
let bowler = {
let name =
'Matt Milnes';
let overs =
'11.3';
let runs =
'41';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'14(23)';
let recent_balls =
'';
let last_wicket =
'33 runs, 1 wkts';
let current_run_rate =
'4.17';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Milnes to Stokes, 1 run
</p>
<p>
Milnes to Stokes, no run
</p>
<p>
Milnes to Bedingham, 1 run
</p>
<p>
View all overs
</p>
<p>
Matthew Parkinson to Stokes, no run
</p>
<p>
Matthew Parkinson to Stokes, no run
</p>
<p>
Matthew Parkinson to Stokes, FOUR
</p>
<p>
Matthew Parkinson to Stokes, 2 runs
</p>
<p>
Matthew Parkinson to Stokes, no run
</p>
<p>
Matthew Parkinson to Bedingham, 1 run
</p>
<p>
View all overs
</p>
<p>
Milnes to Stokes, no run
</p>
<p>
Milnes to Stokes, no run
</p>
<p>
Milnes to Stokes, no run
</p>
<p>
Milnes to Bedingham, 1 run
</p>
<p>
Milnes to Stokes, 1 run
</p>
<p>
Milnes to Bedingham, 1 run
</p>
<p>
View all overs
</p>
<p>
Keith Dudgeon to Stokes, no run
</p>
<p>
Keith Dudgeon to Stokes, wide
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->