<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-03T21:16:15.710Z">
<
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 SUR 328
(James Philip Arthur Taylor 0(2) ) | Warwickshire vs Surrey, 1st 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 =
'SUR 328
(James Philip Arthur Taylor 0(2) ) | Warwickshire vs Surrey, 1st 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 =
'328(95.1)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'James Philip Arthur Taylor';
let score =
'0';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Nathan Gilchrist';
let overs =
'17.1';
let runs =
'50';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'0(3)';
let recent_balls =
'';
let last_wicket =
'53 runs, 3 wkts';
let current_run_rate =
'3.45';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Gilchrist to Foakes, out Bowled!! Foakes b Gilchrist 128(199) [4s-21 6s-1]
</p>
<p>
View all overs
</p>
<p>
Thompson to James Taylor, no run
</p>
<p>
Thompson to James Taylor, no run
</p>
<p>
Thompson to Fisher, out Lbw!! Fisher lbw b Thompson 0(3)
</p>
<p>
Thompson to Fisher, no run
</p>
<p>
Thompson to Fisher, no run
</p>
<p>
Thompson to Sean Abbott, out Caught by Kai Smith!! Sean Abbott c Kai Smith b Thompson 40(62) [4s-3 6s-1]
</p>
<p>
View all overs
</p>
<p>
Gilchrist to Foakes, no run
</p>
<p>
Gilchrist to Foakes, no run
</p>
<p>
Gilchrist to Foakes, FOUR
</p>
<p>
Gilchrist to Sean Abbott, 1 run
</p>
<p>
Gilchrist to Sean Abbott, no run
</p>
<p>
Gilchrist to Sean Abbott, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->