<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-01T13:17:46.415Z">
<
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 132/4 (33)
(Jonny Bairstow 28(32) Matthew Revis 6(12)) | Somerset vs Yorkshire, 19th 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 132/4 (33)
(Jonny Bairstow 28(32) Matthew Revis 6(12)) | Somerset vs Yorkshire, 19th 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: 2nd Session';
let live_score =
'132/4(33)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jonny Bairstow';
let score =
'28';
let fours =
'5';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Craig Overton';
let overs =
'9';
let runs =
'24';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'8(14)';
let recent_balls =
'';
let last_wicket =
'48 runs, 1 wkts';
let current_run_rate =
'4';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Matthew Revis, 2 runs
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Bairstow, 1 run
</p>
<p>
View all overs
</p>
<p>
Craig Overton to Matthew Revis, no run
</p>
<p>
Craig Overton to Matthew Revis, FOUR
</p>
<p>
Craig Overton to Matthew Revis, no run
</p>
<p>
Craig Overton to Matthew Revis, no run
</p>
<p>
Craig Overton to Matthew Revis, no run
</p>
<p>
Craig Overton to Bairstow, 1 run
</p>
<p>
View all overs
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Matthew Revis, no run
</p>
<p>
Lewis Gregory to Root, out Bowled!! Root b Lewis Gregory 33(57) [4s-6]
</p>
<p>
Lewis Gregory to Root, no run
</p>
<p>
Lewis Gregory to Root, no run
</p>
<p>
Lewis Gregory to Bairstow, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->