<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-03T05:34:25.546Z">
<
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 YORKS 133/7 (59.5)
(Dominic Bess 21(49) Kuldeep Yadav 6(22)) | Surrey vs Yorkshire, 52nd 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 =
'YORKS 133/7 (59.5)
(Dominic Bess 21(49) Kuldeep Yadav 6(22)) | Surrey vs Yorkshire, 52nd 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 =
'133/7(59.5)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Dominic BessView match performanceView profile';
let score =
'21';
let fours =
'2';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Matthew FisherView match performanceView profile';
let overs =
'15.5';
let runs =
'42';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'20(45)';
let recent_balls =
'';
let last_wicket =
'23 runs, 1 wkts';
let current_run_rate =
'2.22';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Fisher to Dom Bess, no run
</p>
<p>
Fisher to Dom Bess, FOUR
</p>
<p>
Fisher to Dom Bess, no run
</p>
<p>
Fisher to Dom Bess, no run
</p>
<p>
Fisher to Dom Bess, no run
</p>
<p>
View all overs
</p>
<p>
Auqib Nabi to Kuldeep Yadav, no run
</p>
<p>
Auqib Nabi to Dom Bess, 1 run
</p>
<p>
Auqib Nabi to Dom Bess, no run
</p>
<p>
Auqib Nabi to Dom Bess, no run
</p>
<p>
Auqib Nabi to Dom Bess, 2 runs
</p>
<p>
Auqib Nabi to Dom Bess, no run
</p>
<p>
View all overs
</p>
<p>
Fisher to Kuldeep Yadav, no run
</p>
<p>
Fisher to Kuldeep Yadav, no run
</p>
<p>
Fisher to Kuldeep Yadav, no run
</p>
<p>
Fisher to Kuldeep Yadav, FOUR
</p>
<p>
Fisher to Kuldeep Yadav, no run
</p>
<p>
Fisher to Dom Bess, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->