<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-20T21:45:50.622Z">
<
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 NHNTS 56/2 (18)
(Luke Procter 26(50) Nathan McSweeney 0(1)) | Lancashire vs Northamptonshire, 35th 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 =
'NHNTS 56/2 (18)
(Luke Procter 26(50) Nathan McSweeney 0(1)) | Lancashire vs Northamptonshire, 35th 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 1: Stumps';
let live_score =
'56/2(18)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Luke ProcterView match performanceView profile';
let score =
'26';
let fours =
'5';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'George BaldersonView match performanceView profile';
let overs =
'4';
let runs =
'2';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'0(1)';
let recent_balls =
'';
let last_wicket =
'27 runs, 2 wkts';
let current_run_rate =
'3.11';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Ben Lewis Walkden to Nathan McSweeney, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, out Caught by Josh Bohannon!! Calvin Harrison c Josh Bohannon b Ben Lewis Walkden 1(21)
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
View all overs
</p>
<p>
Balderson to Procter, no run
</p>
<p>
Balderson to Procter, no run
</p>
<p>
Balderson to Procter, no run
</p>
<p>
Balderson to Procter, no run
</p>
<p>
Balderson to Procter, no run
</p>
<p>
Balderson to Procter, no run
</p>
<p>
View all overs
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
<p>
Ben Lewis Walkden to Calvin Harrison, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->