<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-13T20:08:09.580Z">
<
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 MDX 175 & 216 f/o vs SOM
404 (Tim Murtagh 0(1) ) | Middlesex vs Somerset, County Div 1, Thu, May 18, County Championship Division One 2023 | Cricbuzz.com-->
<
script>
let title =
'MDX 175 & 216 f/o vs SOM
404 (Tim Murtagh 0(1) ) | Middlesex vs Somerset, County Div 1, Thu, May 18, County Championship Division One 2023 | 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>
Craig Overton to Ryan Higgins, out Caught by Gregory!! Ryan Higgins c Gregory b Craig Overton 31(59) [4s-2]
</p>
<p>
Craig Overton to Ryan Higgins, no run
</p>
<p>
1 0 0 0 W 0 (1 runs)MDX 216-9Tim Murtagh0(1)Ryan Higgins31(57)Jack Leach11-2-41-2
</p>
<p>
Jack Leach to Murtagh, no run
</p>
<p>
Jack Leach to Bamber, out Bowled!! Bamber b Jack Leach 0(6)
</p>
<p>
Jack Leach to Bamber, no run
</p>
<p>
Jack Leach to Bamber, no run
</p>
<p>
Jack Leach to Bamber, no run
</p>
<p>
Jack Leach to Ryan Higgins, 1 run
</p>
<p>
1 2 0 W 0 0 (3 runs)MDX 215-8Ethan Bamber0(2)Ryan Higgins30(56)Craig Overton19-6-46-4
</p>
<p>
Craig Overton to Bamber, no run
</p>
<p>
Craig Overton to Bamber, no run
</p>
<p>
Craig Overton to Roland-Jones, out Bowled!! Roland-Jones b Craig Overton 27(24) [4s-3]
</p>
<p>
Craig Overton to Roland-Jones, no run
</p>
<p>
Craig Overton to Roland-Jones, 2 runs
</p>
<p>
Craig Overton to Ryan Higgins, 1 run
</p>
<p>
Over Summary: 1 0 0 0 W 0 (1 runs)Tim Murtagh0(1)Ryan Higgins31(57)Tim Murtagh0(1)Tim MurtaghRyan HigginsJack Leach MDX 216-90(1)Ryan Higgins31(57)31(57)Jack Leach11-2-41-211-2-41-2
</p>
<p>
Over Summary: 1 2 0 W 0 0 (3 runs)Ethan Bamber0(2)Ryan Higgins30(56)Ethan Bamber0(2)Ethan BamberRyan HigginsCraig Overton MDX 215-80(2)Ryan Higgins30(56)30(56)Craig Overton19-6-46-419-6-46-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->