<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-02T00:19:47.747Z">
<
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 75/4 (9) vs NZ
160 (Hardik Pandya 30(18) Deepak Hooda 9(9)) | New Zealand vs India, 3rd T20I, Tue, Nov 22, India tour of New Zealand, 2022 | Cricbuzz.com-->
<
script>
let title =
'IND 75/4 (9) vs NZ
160 (Hardik Pandya 30(18) Deepak Hooda 9(9)) | New Zealand vs India, 3rd T20I, Tue, Nov 22, India tour of New Zealand, 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>
Hardik Pandya locked as future India captain? DK & Parthiv give their verdict
</p>
<p>
Cricbuzz Live: New Zealand v India, 3rd T20I, Post-match show
</p>
<p>
New Zealand's U-19 crop a key reason behind their ICC success: Dinesh Karthik
</p>
<p>
1 1 1 1 1 1 (6 runs)IND 75-4Deepak Hooda9(9)Hardik Pandya30(18)Ish Sodhi2-0-12-1
</p>
<p>
Ish Sodhi to Hooda, 1 run, short outside off, Hooda cuts and a slight misfield at backward point allows a quick single
</p>
<p>
Ish Sodhi to Hardik Pandya, 1 run, full outside off, driven down to long-off
</p>
<p>
Ish Sodhi to Hooda, 1 run, faster and wider of off, Hooda opens the bat face and steers it wide of backward point
</p>
<p>
Ish Sodhi to Hardik Pandya, 1 run, quicker legbreak around off, bunted down to long-on
</p>
<p>
Ish Sodhi to Hooda, 1 run, full and just outside off, Hooda lunges across and eases the drive wide of long-off
</p>
<p>
Ish Sodhi to Hardik Pandya, 1 run, full outside off, Hardik Pandya drills it to the right of a diving cover. A quick single
</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>
<p>
Over Summary: 1 1 1 1 1 1 (6 runs)Deepak Hooda9(9)Hardik Pandya30(18)Deepak Hooda9(9)Deepak HoodaHardik PandyaIsh Sodhi IND 75-49(9)Hardik Pandya30(18)30(18)Ish Sodhi2-0-12-12-0-12-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->