<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-17T00:12:19.261Z">
<
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 124/3 (38) vs HAM
214 (Jack Haynes 5(15) Kyle Verreynne 10(13)) | Hampshire vs Nottinghamshire, 27th 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 124/3 (38) vs HAM
214 (Jack Haynes 5(15) Kyle Verreynne 10(13)) | Hampshire vs Nottinghamshire, 27th 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 - Nottinghamshire trail by 90 runs';
let live_score =
'124/3(38)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jack Haynes';
let score =
'5';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Kyle Abbott';
let overs =
'11';
let runs =
'20';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'15(22)';
let recent_balls =
'';
let last_wicket =
'41 runs, 2 wkts';
let current_run_rate =
'3.26';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Delano Potgieter to Verreynne, no run
</p>
<p>
Delano Potgieter to Verreynne, no run
</p>
<p>
Delano Potgieter to Verreynne, 2 runs
</p>
<p>
Delano Potgieter to Verreynne, no run
</p>
<p>
Delano Potgieter to Verreynne, no run
</p>
<p>
Delano Potgieter to Verreynne, no run
</p>
<p>
View all overs
</p>
<p>
Kyle Abbott to Verreynne, 3 runs
</p>
<p>
Kyle Abbott to Jack Haynes, 1 run
</p>
<p>
Kyle Abbott to Jack Haynes, no run
</p>
<p>
Kyle Abbott to Jack Haynes, no run
</p>
<p>
Kyle Abbott to Verreynne, 1 run
</p>
<p>
Kyle Abbott to Verreynne, FOUR
</p>
<p>
View all overs
</p>
<p>
Delano Potgieter to Jack Haynes, no run
</p>
<p>
Delano Potgieter to Jack Haynes, no run
</p>
<p>
Delano Potgieter to Jack Haynes, no run
</p>
<p>
Delano Potgieter to Jack Haynes, FOUR
</p>
<p>
Delano Potgieter to Jack Haynes, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->