<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-16T02:10:49.189Z">
<
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 AUS 16/1 (2.1)
(Mitchell Marsh 9(8) Matthew Short 2(2)) | New Zealand vs Australia, 2nd T20I, Australia tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'AUS 16/1 (2.1)
(Mitchell Marsh 9(8) Matthew Short 2(2)) | New Zealand vs Australia, 2nd T20I, Australia tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Ben Sears to Matthew Short, 1 run, solid defence to mid-off and they steal a quick single. It's a hard throw at the stumps, in fact it hit the mic placed in front of the stumps from the mid-off angle
</p>
<p>
View all overs
</p>
<p>
Jacob Duffy to Mitchell Marsh, 2 runs, another full ball but late sharp away swing forced Marsh to slice the lofted drive over cover when he wanted to go straighter. Ball plugs in the deep
</p>
<p>
Jacob Duffy to Mitchell Marsh, no run, follows up the full ball with a short delivery, Marsh swings and misses
</p>
<p>
Jacob Duffy to Mitchell Marsh, SIX, lovely shot! Full and in the slot, Marsh leans foward and easily lofts through the line to clear long-off for the first maximum of the day
</p>
<p>
Jacob Duffy to Matthew Short, 1 run, oh mishit but safe! Good length delivery from Jacob Duffy, Short looks to clear the infield, mistimes and luclkily hit it wide of mid-off to the right
</p>
<p>
Jacob Duffy to Head, out Caught by Conway!! It's that inswinger that troubled Head first ball and it's the same ball that's got him this ball as well. Head loves to smash through the off-side so the idea was to cramp him for room. Jacob Duffy with a length delivery that's swinging into Head and finishing around leg stump as he backs away to access the off-side. Complete mishit as he tries to get under it to clear the infield. Conway dives forward at cover-point to complete a simple catch. Big swing on that ball. Head thought he could have a boundary easily but the movement was massive and caught him on the outside half of the bat. Head c Conway b Jacob Duffy 5(3) [4s-1]
</p>
<p>
Jacob Duffy to Head, FOUR, oh inside edge escapes past the stumps and the keeper. Jacob Duffy got some nice inswing on this full delivery, Head was backing away to smash the ball, couldn't adjust to the swing and got lucky with it
</p>
<p>
View all overs
</p>
<p>
Matt Henry to Mitchell Marsh, no run, slogs and misses! Good length delivery on the stumps, Marsh had a mighty go at it but made no contact. No chance of LBW because of height
</p>
<p>
Matt Henry to Head, 1 run, lofted nicely over deep backward point. Had to go leg-side and give himself extra room as Matt Henry offered nothing there with this short of length delivery, Head couldn't get it square enough to beat deep third
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->