<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-09T22:31:53.954Z">
<
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 IND 97/1 (9.4)
(Suryakumar Yadav 39(24) Shubman Gill 37(20)) | Australia vs India, 1st T20I, India tour of Australia, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IND 97/1 (9.4)
(Suryakumar Yadav 39(24) Shubman Gill 37(20)) | Australia vs India, 1st T20I, India tour of Australia, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Nathan Ellis to Suryakumar Yadav, no run, short of length delivery wide of off stump, SKY tries to reach out and cut but misses
</p>
<p>
Nathan Ellis to Suryakumar Yadav, SIX, it's another slower ball that is belted by SKY. He picked it, he know it was back of the hand so spotted that and delayed the shot. Muscled hard over mid-wicket
</p>
<p>
Nathan Ellis to Suryakumar Yadav, wide, way outside off stump now
</p>
<p>
Nathan Ellis to Suryakumar Yadav, FOUR, again setting a solid base to access the off-side as he knows it's only going to be into the wicket. SKY frees the arms and belts it down the ground with mid-off up
</p>
<p>
Nathan Ellis to Suryakumar Yadav, FOUR, lovely shot! Australia are bowling into the wicket with pace off, so SKY stood tall, waited before playing the cut, jumped to hit it over backward point and the man sweeping the off-side fence couldn't reach there in time
</p>
<p>
View all overs
</p>
<p>
Kuhnemann to Gill, SIX, backs away and plays a brilliant slog-sweep over mid-wicket. They have taken 22 off Kuhnemann's 2 overs. Gill moved to unsettle the line and Kuhnemann offered a length ball, only to get smacked over the fence
</p>
<p>
Kuhnemann to Suryakumar Yadav, 1 run, uppish but safe! Kuhnemann almost surprised SKY with this full toss. SKY wanted to sweep but Kuhnemann pushed it quicker and forced a mishit as SKY wasn't full on the floor for full power and placement. Deep mid-wicket collects on the bounce to the right
</p>
<p>
Kuhnemann to Gill, 1 run, short, turning and interestingly keeping low as well. Gill waits and flat-bats the pull over mid-on
</p>
<p>
Kuhnemann to Suryakumar Yadav, 1 run, wants to tee off inside out but Kuhnemann bowls a clever slowish ball that made SKY check the drive along the ground
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->