<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-29T05:36:04.980Z">
<
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 NOTTS 299/7 (82)
(Joe Clarke 146(212) Fraser Sheat 27(40)) | Warwickshire vs Nottinghamshire, 46th 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 =
'NOTTS 299/7 (82)
(Joe Clarke 146(212) Fraser Sheat 27(40)) | Warwickshire vs Nottinghamshire, 46th 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';
let live_score =
'299/7(82)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Joe ClarkeView match performanceView profile';
let score =
'146';
let fours =
'24';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ethan BamberView match performanceView profile';
let overs =
'20';
let runs =
'63';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'43(56)';
let recent_balls =
'';
let last_wicket =
'45 runs, 1 wkts';
let current_run_rate =
'3.65';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Joe Clarke, 1 run
</p>
<p>
View all overs
</p>
<p>
Ethan Bamber to Fraser Sheat, no run
</p>
<p>
Ethan Bamber to Fraser Sheat, no run
</p>
<p>
Ethan Bamber to Fraser Sheat, no run
</p>
<p>
Ethan Bamber to Fraser Sheat, no run
</p>
<p>
Ethan Bamber to Joe Clarke, 1 run
</p>
<p>
Ethan Bamber to Joe Clarke, no run
</p>
<p>
View all overs
</p>
<p>
Jordan Thompson to Fraser Sheat, no run
</p>
<p>
Jordan Thompson to Fraser Sheat, 2 runs
</p>
<p>
Jordan Thompson to Fraser Sheat, FOUR
</p>
<p>
Jordan Thompson to Joe Clarke, 1 run
</p>
<p>
Jordan Thompson to Joe Clarke, no run
</p>
<p>
Jordan Thompson to Joe Clarke, FOUR
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->