<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-06T05:32:58.324Z">
<
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 192 vs YORKS
233/6 (Ben Dwarshuis 42(17) ) | Yorkshire vs Worcestershire, North Group, Fri, Jul 4, T20 Blast 2025 | Cricbuzz.com-->
<
script>
let title =
'WORCS 192 vs YORKS
233/6 (Ben Dwarshuis 42(17) ) | Yorkshire vs Worcestershire, North Group, Fri, Jul 4, 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>
Sutherland to Fateh Singh, out Caught by Dom Bess!! Fateh Singh c Dom Bess b Sutherland 10(4) [4s-1 6s-1]
</p>
<p>
0 W 6 4 B1 2 (13 runs)WORCS 192-9Ben Dwarshuis42(17)Fateh Singh10(3)Jordan Thompson4-0-46-1
</p>
<p>
Thompson to Dwarshuis, 2 runs
</p>
<p>
Thompson to Fateh Singh, byes, 1 run
</p>
<p>
Thompson to Fateh Singh, FOUR
</p>
<p>
Thompson to Fateh Singh, SIX
</p>
<p>
Thompson to Ben Allison, out Caught by Milnes!! Ben Allison c Milnes b Thompson 1(3)
</p>
<p>
Thompson to Ben Allison, no run
</p>
<p>
2 1 W W 1 0 (4 runs)WORCS 179-8Ben Dwarshuis40(16)Ben Allison1(1)William ORourke4-0-22-5
</p>
<p>
William ORourke to Dwarshuis, no run
</p>
<p>
William ORourke to Ben Allison, 1 run
</p>
<p>
William ORourke to Tom Taylor, out Caught by Malan!! Tom Taylor c Malan b William ORourke 0(1)
</p>
<p>
William ORourke to Matthew Waite, out Caught by Wharton!! Matthew Waite c Wharton b William ORourke 0(2)
</p>
<p>
Gill showing an air of inevitability: Harsha Bhogle
</p>
<p>
Fear of 'Bazball' - Why did India delay declaration?
</p>
<p>
Intrigued if Stokes' England can play for a draw: Michael Vaughan
</p>
<p>
Over Summary: 0 W 6 4 B1 2 (13 runs)Ben Dwarshuis42(17)Fateh Singh10(3)Ben Dwarshuis42(17)Ben DwarshuisFateh SinghJordan Thompson WORCS 192-942(17)Fateh Singh10(3)10(3)Jordan Thompson4-0-46-14-0-46-1
</p>
<p>
Over Summary: 2 1 W W 1 0 (4 runs)Ben Dwarshuis40(16)Ben Allison1(1)Ben Dwarshuis40(16)Ben DwarshuisBen AllisonWilliam ORourke WORCS 179-840(16)Ben Allison1(1)1(1)William ORourke4-0-22-54-0-22-5
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->