<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-09-02T20:56:54.397Z">
<
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 TRE 12/0 (5) vs NORS
119/5 (Joe Root 1(1) Tom Banton 6(4)) | Trent Rockets vs Northern Superchargers, Eliminator, Sat, Aug 30, The Hundred Mens Competition 2025 | Cricbuzz.com-->
<
script>
let title =
'TRE 12/0 (5) vs NORS
119/5 (Joe Root 1(1) Tom Banton 6(4)) | Trent Rockets vs Northern Superchargers, Eliminator, Sat, Aug 30, The Hundred Mens Competition 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>
Full Highlights: Trent Rockets vs Northern Superchargers
</p>
<p>
Highlights: Trent Rockets vs Northern Superchargers
</p>
<p>
Northern Superchargers' batting vs Trent Rockets
</p>
<p>
Jacob Duffy to Tom Banton, 1 run, Tom Banton punches this one towards wide mid-off for a single
</p>
<p>
Jacob Duffy to Root, 1 run, shortish delivery outside off, Root plays a controlled pull shot to deep square leg to get off the mark. Pepper who is keeping wickets is not sure where the stumps are and lands over them while trying to collect the throw. A comical moment there
</p>
<p>
Jacob Duffy to Tom Banton, 1 run, back of a length outside off, Tom Banton taps it through point
</p>
<p>
Jacob Duffy to Tom Banton, leg byes, FOUR, Tom Banton shuffles across his stumps eyeing the scoop but it deflects off his pads and goes behind. The keeper dives to his left but it flies past him and runs through to the fence behind
</p>
<p>
Jacob Duffy to Tom Banton, FOUR, Tom Banton is up and running! On a length outside off, Tom Banton tries to hit it on the up but it flies off the outer half over the slip fielder for a boundary
</p>
<p>
Jacob Duffy to Tom Banton, wide, full and down leg, Tom Banton flicks and misses, a wide to start
</p>
<p>
Pakistan Preview: New Faces, Same Problems?
</p>
<p>
Asia Cup 2025: India Preview
</p>
<p>
Hardik with his swag & composure is a joy to watch: Michael Vaughan
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->