<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-10T20:32:20.217Z">
<
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 GLAM 81/4 (32) vs NOTTS
279 (Colin Ingram 19(34) Andy Gorvin 0(9)) | Nottinghamshire vs Glamorgan, 10th 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 =
'GLAM 81/4 (32) vs NOTTS
279 (Colin Ingram 19(34) Andy Gorvin 0(9)) | Nottinghamshire vs Glamorgan, 10th 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 - Glamorgan trail by 198 runs';
let live_score =
'81/4(32)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Colin Ingram';
let score =
'19';
let fours =
'3';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Liam Patterson-White';
let overs =
'3';
let runs =
'2';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'2(12)';
let recent_balls =
'';
let last_wicket =
'30 runs, 1 wkts';
let current_run_rate =
'2.53';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Hutton to Andy Gorvin, no run
</p>
<p>
Hutton to Andy Gorvin, no run
</p>
<p>
Hutton to Andy Gorvin, no run
</p>
<p>
Hutton to Andy Gorvin, no run
</p>
<p>
Hutton to Andy Gorvin, no run
</p>
<p>
Hutton to Ingram, 1 run
</p>
<p>
View all overs
</p>
<p>
Patterson-White to Andy Gorvin, no run
</p>
<p>
Patterson-White to Andy Gorvin, no run
</p>
<p>
Patterson-White to Andy Gorvin, no run
</p>
<p>
Patterson-White to Andy Gorvin, no run
</p>
<p>
Patterson-White to Ingram, 1 run
</p>
<p>
Patterson-White to Ingram, no run
</p>
<p>
View all overs
</p>
<p>
Hutton to Kiran Carlson, out Caught by Verreynne!! Kiran Carlson c Verreynne b Hutton 26(74) [4s-3]
</p>
<p>
Hutton to Kiran Carlson, no run
</p>
<p>
Hutton to Kiran Carlson, no run
</p>
<p>
Hutton to Kiran Carlson, no run
</p>
<p>
Hutton to Kiran Carlson, no run
</p>
<p>
Hutton to Ingram, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->