<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-06-11T05:19:08.279Z">
<
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 159 vs NHNTS
190/5 (Fateh Singh 1(1) ) | Worcestershire vs Northamptonshire, North Group, Fri, Jun 6, T20 Blast 2025 | Cricbuzz.com-->
<
script>
let title =
'WORCS 159 vs NHNTS
190/5 (Fateh Singh 1(1) ) | Worcestershire vs Northamptonshire, North Group, Fri, Jun 6, T20 Blast 2025 | Cricbuzz.com';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
W 1 0 W W W (1 runs)WORCS 159-10Jacob Duffy0(1)Fateh Singh1(1)Ben Sanderson4-0-9-6
</p>
<p>
Sanderson to Jacob Duffy, out Caught by McManus!! Jacob Duffy c McManus b Sanderson 0(1)
</p>
<p>
Sanderson to Adam Finch, out Caught by Willey!! Adam Finch c Willey b Sanderson 0(1)
</p>
<p>
Sanderson to Dwarshuis, out Caught&Bowled!! Dwarshuis c and b Sanderson 26(17) [4s-1 6s-2]
</p>
<p>
Sanderson to Dwarshuis, no run
</p>
<p>
Sanderson to Fateh Singh, 1 run
</p>
<p>
Sanderson to Hinley, out Caught by Willey!! Hinley c Willey b Sanderson 21(11) [4s-2 6s-1]
</p>
<p>
1 2 1 1 4 6 (15 runs)WORCS 158-6Ben Dwarshuis26(15)Tom Hinley21(10)Luke Procter3-0-38-1
</p>
<p>
Procter to Dwarshuis, SIX
</p>
<p>
Procter to Dwarshuis, FOUR
</p>
<p>
Procter to Hinley, 1 run
</p>
<p>
Procter to Dwarshuis, 1 run
</p>
<p>
Procter to Dwarshuis, 2 runs
</p>
<p>
India tour of England: Lessons from India A games
</p>
<p>
Why did India choose Gill over Bumrah as Test captain? Harsha Bhogle explains
</p>
<p>
Sai Sudharsan is Mr. Cricket in the making: Zaheer Khan
</p>
<p>
Over Summary: W 1 0 W W W (1 runs)Jacob Duffy0(1)Fateh Singh1(1)Jacob Duffy0(1)Jacob DuffyFateh SinghBen Sanderson WORCS 159-100(1)Fateh Singh1(1)1(1)Ben Sanderson4-0-9-64-0-9-6
</p>
<p>
Over Summary: 1 2 1 1 4 6 (15 runs)Ben Dwarshuis26(15)Tom Hinley21(10)Ben Dwarshuis26(15)Ben DwarshuisTom HinleyLuke Procter WORCS 158-626(15)Tom Hinley21(10)21(10)Luke Procter3-0-38-13-0-38-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->