<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-19T20:28:02.876Z">
<
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 244/6 (80)
(Chris Cooke 101(147) Mason Crane 59(147)) | Glamorgan vs Surrey, 38th 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 244/6 (80)
(Chris Cooke 101(147) Mason Crane 59(147)) | Glamorgan vs Surrey, 38th 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';
let live_score =
'244/6(80)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Chris Cooke';
let score =
'101';
let fours =
'12';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Rahul Chahar';
let overs =
'18';
let runs =
'52';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'165(288)';
let recent_balls =
'';
let last_wicket =
'29 runs, 0 wkts';
let current_run_rate =
'3.05';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Ryan Patel to C Cooke, 1 run
</p>
<p>
Ryan Patel to Mason Crane, 1 run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
View all overs
</p>
<p>
Rahul Chahar to C Cooke, no run
</p>
<p>
Rahul Chahar to C Cooke, no run
</p>
<p>
Rahul Chahar to C Cooke, no run
</p>
<p>
Rahul Chahar to C Cooke, no run
</p>
<p>
Rahul Chahar to Mason Crane, 1 run
</p>
<p>
Rahul Chahar to C Cooke, 1 run
</p>
<p>
View all overs
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
<p>
Ryan Patel to Mason Crane, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->