<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-12T19:04:50.865Z">
<
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 ESS 342/5 (75)
(Jordan Cox 184(177) Charlie Allison 2(8)) | Leicestershire vs Essex, 33rd Match, County Championship Division One 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ESS 342/5 (75)
(Jordan Cox 184(177) Charlie Allison 2(8)) | Leicestershire vs Essex, 33rd Match, County Championship Division One 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';
let live_score =
'342/5(75)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jordan Cox';
let score =
'184';
let fours =
'24';
let sixes =
'2';
}
// Bowler details
let bowler = {
let name =
'Rehan Ahmed';
let overs =
'17';
let runs =
'83';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'3(9)';
let recent_balls =
'';
let last_wicket =
'42 runs, 2 wkts';
let current_run_rate =
'4.56';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Joey Evison to Charlie Allison, no run
</p>
<p>
Joey Evison to Charlie Allison, no run
</p>
<p>
Joey Evison to Charlie Allison, no run
</p>
<p>
Joey Evison to Charlie Allison, no run
</p>
<p>
Joey Evison to Charlie Allison, no run
</p>
<p>
Joey Evison to Jordan Cox, 1 run
</p>
<p>
View all overs
</p>
<p>
Rehan Ahmed to Charlie Allison, no run
</p>
<p>
Rehan Ahmed to Charlie Allison, 2 runs
</p>
<p>
Rehan Ahmed to Charlie Allison, no run
</p>
<p>
Rehan Ahmed to Jamie Porter, out Bowled!! Jamie Porter b Rehan Ahmed 0(3)
</p>
<p>
Rehan Ahmed to Jamie Porter, no run
</p>
<p>
Rehan Ahmed to Jordan Cox, 1 run
</p>
<p>
View all overs
</p>
<p>
Joey Evison to Jamie Porter, no run
</p>
<p>
Joey Evison to Critchley, out Bowled!! Critchley b Joey Evison 97(136) [4s-12 6s-1]
</p>
<p>
Joey Evison to Critchley, FOUR
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->