<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-02T00:17:02.449Z">
<
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 187/4 (19.5) vs AUS
186/7 (Hardik Pandya 25(16) Dinesh Karthik 1(1)) | India vs Australia, 3rd T20I, Sun, Sep 25, Australia tour of India, 2022 | Cricbuzz.com-->
<
script>
let title =
'IND 187/4 (19.5) vs AUS
186/7 (Hardik Pandya 25(16) Dinesh Karthik 1(1)) | India vs Australia, 3rd T20I, Sun, Sep 25, Australia tour of India, 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>
Kohli is always the centre point for India's successful run chase: Ashish Nehra
</p>
<p>
Cricbuzz Live Hindi: India v Australia, 3rd T20I, Post-match show
</p>
<p>
Daniel Sams to Hardik Pandya, FOUR, they were bowling wide yorkers to Hardik almost all series, but Hardik cleverly opened the bat face and sliced this fine with one hand to get it fine and send it to the left of short third man. India get a tight win, the kind of wins Rohit wants his team to get before the World Cup
</p>
<p>
Daniel Sams to Hardik Pandya, no run, way outside off stump, no called a wide. Brave call from umpire Nitin Menon. He reckons Hardik moved off-side. Precious dot
</p>
<p>
Daniel Sams to Karthik, 1 run, slower delivery outside off stump, Karthik mistimes the drive to long-off
</p>
<p>
Daniel Sams to Kohli, out Caught by Finch!! Smasheddd oh straight to Finch at extra-cover. The momentum of that shot pushing Finch back after completion of the catch. Short and wide, smack me ball, Kohli muscled it off the back foot but found Finch. Played a great hand anyway. "DK, DK" chants begin as he walks in. Kohli c Finch b Daniel Sams 63(48) [4s-3 6s-4]
</p>
<p>
England vs India: 2nd Test Preview
</p>
<p>
Confident of breaking England's hold at Edgbaston: Shubman Gill
</p>
<p>
Bumrah is available but no decision on whether he will play: Doeschate
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->