<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T13:10:38.933Z">
<
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 Cricket commentary | Manchester Originals vs Southern Brave, 2nd Match, The Hundred Mens Competition 2025-->
<
script>
let title =
'Cricket commentary | Manchester Originals vs Southern Brave, 2nd Match, The Hundred Mens Competition 2025';
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>
Gregory to Topley, FOUR, Topley does it for Southern Brave. Length ball outside off and the No. 11 batter cuts hard to beat the diving backward point fielder to his right. Races away to the fence and Southern Brave win by 1 wicket
</p>
<p>
Gregory to Tymal Mills, out Caught by Scott Currie!! Holes out! The Old Trafford crowd absolutely love it. Length ball outside off, Mills makes room and slashes hard. Makes very good contact but he's struck that flat and straight to deep cover. Currie holds onto the catch calmly. Tymal Mills c Scott Currie b Gregory 8(4) [6s-1]
</p>
<p>
Gregory to Craig Overton, 1 run, back of a length, Overton moves leg-side and miscues the heave it to long-on
</p>
<p>
Gregory to Craig Overton, no run, 78mph, back of a length, chopped back to the bowler. A dot ball and that results in a big roar from the crowd
</p>
<p>
Sonny Baker to Tymal Mills, 1 run, shortish ball, Mills makes room and splices it to point
</p>
<p>
Sonny Baker to Craig Overton, 1 run, short delivery, Overton gloves the pull to fine leg
</p>
<p>
Sonny Baker to Craig Overton, FOUR, length ball angling in and Overton heaves it between deep midwicket and deep square leg. Last 4 deliveries - 6 6 4 4
</p>
<p>
Sonny Baker to Craig Overton, FOUR, dropped! Fullish delivery, Overton miscues the lofted off-drive. Extra cover and mid-off converge, Currie gets to the ball even as the latter is very close to him. Currie fails to hold onto the catch and to make matters worse, he's parried it away to the fence
</p>
<p>
Sonny Baker to Craig Overton, SIX, 88mph, full and in the slot, Overton gets under it and tonks it over long-on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->