<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-20T11:19:11.681Z">
<
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 Warwickshire vs Sussex, 42nd 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 =
'Warwickshire vs Sussex, 42nd 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: Rain stops play';
let live_score =
'21/1(4)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Tom HainesView match performanceView profile';
let score =
'10';
let fours =
'2';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ethan BamberView match performanceView profile';
let overs =
'2';
let runs =
'10';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'0(2)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'5.25';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Woakes to Tom Clark, no run
</p>
<p>
Woakes to Tom Clark, no run
</p>
<p>
Woakes to Daniel Hughes, out Caught by Ed Barnard!! Daniel Hughes c Ed Barnard b Woakes 11(14) [4s-2]
</p>
<p>
Woakes to Tom Haines, 1 run
</p>
<p>
Woakes to Tom Haines, FOUR
</p>
<p>
Woakes to Tom Haines, no run
</p>
<p>
View all overs
</p>
<p>
Ethan Bamber to Daniel Hughes, FOUR
</p>
<p>
Ethan Bamber to Daniel Hughes, no run
</p>
<p>
Ethan Bamber to Daniel Hughes, 2 runs
</p>
<p>
Ethan Bamber to Daniel Hughes, no run
</p>
<p>
Ethan Bamber to Daniel Hughes, FOUR
</p>
<p>
Ethan Bamber to Daniel Hughes, no run
</p>
<p>
View all overs
</p>
<p>
Woakes to Daniel Hughes, 1 run
</p>
<p>
Woakes to Tom Haines, 1 run
</p>
<p>
Woakes to Tom Haines, no run
</p>
<p>
Woakes to Tom Haines, no run
</p>
<p>
Woakes to Tom Haines, FOUR
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->