<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-03T21:17:16.031Z">
<
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 LEIC 15/1 (4) vs SUS
361 (Jake Weatherald 4(7) Tom Scriven 5(8)) | Leicestershire vs Sussex, 4th 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 =
'LEIC 15/1 (4) vs SUS
361 (Jake Weatherald 4(7) Tom Scriven 5(8)) | Leicestershire vs Sussex, 4th 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 - Leicestershire trail by 346 runs';
let live_score =
'15/1(4)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jake Weatherald';
let score =
'4';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ollie Robinson';
let overs =
'2';
let runs =
'5';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'5(8)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'3.75';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, no run
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, FOUR
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, no run
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, no run
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, no run
</p>
<p>
FJ Hudson-Prentice to Tom Scriven, no run
</p>
<p>
View all overs
</p>
<p>
Ollie Robinson to Tom Scriven, 1 run
</p>
<p>
Ollie Robinson to Tom Scriven, no run
</p>
<p>
Ollie Robinson to Rishi Patel, out Caught by Simpson!! Rishi Patel c Simpson b Ollie Robinson 4(10) [4s-1]
</p>
<p>
Ollie Robinson to Rishi Patel, no run
</p>
<p>
Ollie Robinson to Rishi Patel, no run
</p>
<p>
Ollie Robinson to Rishi Patel, no run
</p>
<p>
View all overs
</p>
<p>
FJ Hudson-Prentice to Jake Weatherald, no run
</p>
<p>
FJ Hudson-Prentice to Jake Weatherald, no run
</p>
<p>
FJ Hudson-Prentice to Jake Weatherald, no run
</p>
<p>
FJ Hudson-Prentice to Jake Weatherald, no run
</p>
<p>
FJ Hudson-Prentice to Jake Weatherald, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->