<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-01T20:30:52.105Z">
<
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 GLOUCS 292 & 300 vs DUR
445 & 272/4 d (Marcus Harris 122(195) ) | Gloucestershire vs Durham, County Div 2, Thu, May 18, County Championship Division Two 2023 | Cricbuzz.com-->
<
script>
let title =
'GLOUCS 292 & 300 vs DUR
445 & 272/4 d (Marcus Harris 122(195) ) | Gloucestershire vs Durham, County Div 2, Thu, May 18, County Championship Division Two 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>
Ajaz Patel to Ajeet Dale, out Bowled!! Ajeet Dale b Ajaz Patel 8(4) [4s-2]
</p>
<p>
Ajaz Patel to Ajeet Dale, FOUR
</p>
<p>
Ajaz Patel to Marcus Harris, 1 run
</p>
<p>
Ajaz Patel to Marcus Harris, no run
</p>
<p>
1 0 0 W 4 0 (5 runs)GLOUCS 295-9Ajeet Dale4(2)Marcus Harris121(193)Matthew Potts18-4-52-3
</p>
<p>
Matthew Potts to Ajeet Dale, no run
</p>
<p>
Matthew Potts to Ajeet Dale, FOUR
</p>
<p>
Matthew Potts to Zaman Akhter, out Bowled!! Zaman Akhter b Matthew Potts 0(4)
</p>
<p>
Matthew Potts to Zaman Akhter, no run
</p>
<p>
Matthew Potts to Zaman Akhter, no run
</p>
<p>
Matthew Potts to Marcus Harris, 1 run
</p>
<p>
1 1 0 1 W 0 (3 runs)GLOUCS 290-8Zaman Akhter0(1)Marcus Harris120(192)Ajaz Patel27-4-91-4
</p>
<p>
Ajaz Patel to Zaman Akhter, no run
</p>
<p>
Ajaz Patel to Josh Shaw, out Caught by Matthew Potts!! Josh Shaw c Matthew Potts b Ajaz Patel 44(81) [4s-6 6s-1]
</p>
<p>
Ajaz Patel to Marcus Harris, 1 run
</p>
<p>
Over Summary: 1 0 0 W 4 0 (5 runs)Ajeet Dale4(2)Marcus Harris121(193)Ajeet Dale4(2)Ajeet DaleMarcus HarrisMatthew Potts GLOUCS 295-94(2)Marcus Harris121(193)121(193)Matthew Potts18-4-52-318-4-52-3
</p>
<p>
Over Summary: 1 1 0 1 W 0 (3 runs)Zaman Akhter0(1)Marcus Harris120(192)Zaman Akhter0(1)Zaman AkhterMarcus HarrisAjaz Patel GLOUCS 290-80(1)Marcus Harris120(192)120(192)Ajaz Patel27-4-91-427-4-91-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->