<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-18T01:23:00.760Z">
<
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 WARKS 113/7 (35.4)
(Sam Hain 44(93) ) | Warwickshire vs Essex, 12th 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 =
'WARKS 113/7 (35.4)
(Sam Hain 44(93) ) | Warwickshire vs Essex, 12th 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 =
'113/7(35.4)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Sam Hain';
let score =
'44';
let fours =
'7';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Sam Cook';
let overs =
'10.4';
let runs =
'20';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'17(21)';
let recent_balls =
'';
let last_wicket =
'40 runs, 2 wkts';
let current_run_rate =
'3.17';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Sam Cook to Thompson, out Caught by Walter!! Thompson c Walter b Sam Cook 13(11) [4s-2]
</p>
<p>
Sam Cook to Thompson, no run
</p>
<p>
Sam Cook to Thompson, no run
</p>
<p>
Sam Cook to Thompson, no run
</p>
<p>
View all overs
</p>
<p>
Jamie Porter to Hain, no run
</p>
<p>
Jamie Porter to Hain, no run
</p>
<p>
Jamie Porter to Hain, no run
</p>
<p>
Jamie Porter to Hain, no run
</p>
<p>
Jamie Porter to Thompson, 5 runs
</p>
<p>
Jamie Porter to Thompson, FOUR
</p>
<p>
View all overs
</p>
<p>
Sam Cook to Hain, no run
</p>
<p>
Sam Cook to Hain, FOUR
</p>
<p>
Sam Cook to Hain, no run
</p>
<p>
Sam Cook to Hain, no run
</p>
<p>
Sam Cook to Hain, no run
</p>
<p>
Sam Cook to Hain, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->