<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-05T09:53:52.623Z">
<
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 ESS 123 vs HAM
155/6 (Shane Snater 6(4) ) | Hampshire vs Essex, South Group, Thu, Jun 9, T20 Blast 2022 | Cricbuzz.com-->
<
script>
let title =
'ESS 123 vs HAM
155/6 (Shane Snater 6(4) ) | Hampshire vs Essex, South Group, Thu, Jun 9, T20 Blast 2022 | 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>
C Wood to Samuel Cook, out Bowled!! Samuel Cook b C Wood 1(2)
</p>
<p>
1 W 0 W 1 2 (4 runs)ESS 123-9Shane Snater6(4)Samuel Cook1(1)Brad Wheal4-0-19-2
</p>
<p>
Wheal to Snater, 2 runs
</p>
<p>
Wheal to Samuel Cook, 1 run
</p>
<p>
Wheal to Ben Allison, out Bowled!! Ben Allison b Wheal 0(2)
</p>
<p>
Wheal to Ben Allison, no run
</p>
<p>
Wheal to Aron Nijjar, out Caught by McDermott!! Aron Nijjar c McDermott b Wheal 8(6) [4s-1]
</p>
<p>
Wheal to Snater, 1 run
</p>
<p>
Wd 0 2 1 W 2 1 (7 runs)ESS 119-7Shane Snater3(2)Aron Nijjar8(5)Chris Wood3-0-18-1
</p>
<p>
C Wood to Snater, 1 run
</p>
<p>
C Wood to Snater, 2 runs
</p>
<p>
C Wood to Westley, out Bowled!! Westley b C Wood 19(17) [4s-1 6s-1]
</p>
<p>
C Wood to Aron Nijjar, 1 run
</p>
<p>
Over Summary: 1 W 0 W 1 2 (4 runs)Shane Snater6(4)Samuel Cook1(1)Shane Snater6(4)Shane SnaterSamuel CookBrad Wheal ESS 123-96(4)Samuel Cook1(1)1(1)Brad Wheal4-0-19-24-0-19-2
</p>
<p>
Over Summary: Wd 0 2 1 W 2 1 (7 runs)Shane Snater3(2)Aron Nijjar8(5)Shane Snater3(2)Shane SnaterAron NijjarChris Wood ESS 119-73(2)Aron Nijjar8(5)8(5)Chris Wood3-0-18-13-0-18-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->