<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-17T00:11:47.766Z">
<
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 281/8 (81) vs LEIC
333 (Wiaan Mulder 70(112) Simon Harmer 33(78)) | Essex vs Leicestershire, 26th 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 281/8 (81) vs LEIC
333 (Wiaan Mulder 70(112) Simon Harmer 33(78)) | Essex vs Leicestershire, 26th 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 2: Stumps - Essex trail by 52 runs';
let live_score =
'281/8(81)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Wiaan Mulder';
let score =
'70';
let fours =
'8';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Josh Hull';
let overs =
'14';
let runs =
'67';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'74(146)';
let recent_balls =
'';
let last_wicket =
'34 runs, 0 wkts';
let current_run_rate =
'3.47';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Ajaz Patel to Harmer, no run
</p>
<p>
Ajaz Patel to Mulder, 1 run
</p>
<p>
Ajaz Patel to Mulder, no run
</p>
<p>
Ajaz Patel to Mulder, no run
</p>
<p>
Ajaz Patel to Mulder, no run
</p>
<p>
Ajaz Patel to Mulder, FOUR
</p>
<p>
View all overs
</p>
<p>
Josh Hull to Harmer, no run
</p>
<p>
Josh Hull to Mulder, 1 run
</p>
<p>
Josh Hull to Mulder, no run
</p>
<p>
Josh Hull to Mulder, no run
</p>
<p>
Josh Hull to Mulder, no run
</p>
<p>
Josh Hull to Mulder, no run
</p>
<p>
View all overs
</p>
<p>
Ajaz Patel to Harmer, no run
</p>
<p>
Ajaz Patel to Harmer, no run
</p>
<p>
Ajaz Patel to Harmer, no run
</p>
<p>
Ajaz Patel to Mulder, 1 run
</p>
<p>
Ajaz Patel to Mulder, no run
</p>
<p>
Ajaz Patel to Harmer, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->