<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-03T05:37:33.284Z">
<
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 WARKS 141/1 (41)
(Robert Yates 59(118) Dan Mousley 68(112)) | Hampshire vs Warwickshire, 55th 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 =
'WARKS 141/1 (41)
(Robert Yates 59(118) Dan Mousley 68(112)) | Hampshire vs Warwickshire, 55th 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 =
'141/1(41)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Robert YatesView match performanceView profile';
let score =
'59';
let fours =
'7';
let sixes =
'1';
}
// Bowler details
let bowler = {
let name =
'Scott CurrieView match performanceView profile';
let overs =
'10';
let runs =
'23';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'127(201)';
let recent_balls =
'';
let last_wicket =
'45 runs, 0 wkts';
let current_run_rate =
'3.44';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
J Fuller to Yates, 1 run
</p>
<p>
J Fuller to Yates, FOUR
</p>
<p>
J Fuller to Yates, no run
</p>
<p>
J Fuller to Yates, 2 runs
</p>
<p>
J Fuller to Mousley, 1 run
</p>
<p>
J Fuller to Mousley, no run
</p>
<p>
View all overs
</p>
<p>
Scott Currie to Yates, no run
</p>
<p>
Scott Currie to Yates, no run
</p>
<p>
Scott Currie to Yates, no run
</p>
<p>
Scott Currie to Mousley, 1 run
</p>
<p>
Scott Currie to Mousley, no run
</p>
<p>
Scott Currie to Mousley, no run
</p>
<p>
View all overs
</p>
<p>
Andrew John Neal to Yates, no run
</p>
<p>
Andrew John Neal to Yates, no run
</p>
<p>
Andrew John Neal to Mousley, 1 run
</p>
<p>
Andrew John Neal to Yates, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->