<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-29T05:36:14.466Z">
<
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 WORCS 12/1 (6) vs LANCS
180 (Rehaan Edavalath 3(22) Jake Libby 7(11)) | Worcestershire vs Lancashire, 39th Match, County Championship Division Two 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WORCS 12/1 (6) vs LANCS
180 (Rehaan Edavalath 3(22) Jake Libby 7(11)) | Worcestershire vs Lancashire, 39th Match, County Championship Division Two 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 2: Stumps - Worcestershire trail by 168 runs';
let live_score =
'12/1(6)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Rehaan EdavalathView match performanceView profile';
let score =
'3';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Tom BaileyView match performanceView profile';
let overs =
'3';
let runs =
'10';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'12(32)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'2';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Balderson to Rehaan Edavalath, 1 run
</p>
<p>
Balderson to Rehaan Edavalath, no run
</p>
<p>
Balderson to Rehaan Edavalath, no run
</p>
<p>
Balderson to Rehaan Edavalath, no run
</p>
<p>
Balderson to Rehaan Edavalath, no run
</p>
<p>
Balderson to Rehaan Edavalath, no run
</p>
<p>
View all overs
</p>
<p>
Bailey to Rehaan Edavalath, 1 run
</p>
<p>
Bailey to Rehaan Edavalath, no run
</p>
<p>
Bailey to Libby, 1 run
</p>
<p>
Bailey to Libby, no run
</p>
<p>
Bailey to Rehaan Edavalath, no ball, 1 run
</p>
<p>
Bailey to Libby, 1 run
</p>
<p>
Bailey to Libby, 2 runs
</p>
<p>
View all overs
</p>
<p>
Aspinwall to Rehaan Edavalath, no run
</p>
<p>
Aspinwall to Rehaan Edavalath, no run
</p>
<p>
Aspinwall to Rehaan Edavalath, no run
</p>
<p>
Aspinwall to Rehaan Edavalath, no run
</p>
<p>
Aspinwall to Rehaan Edavalath, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->