<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-25T22:57:17.526Z">
<
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 Cricket commentary | India vs New Zealand, 3rd ODI, New Zealand tour of India, 2023-->
<
script>
let title =
'Cricket commentary | India vs New Zealand, 3rd ODI, New Zealand tour of India, 2023';
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>
Chahal to Santner, out Caught by Kohli!! In the airrr and taken at deep mid-wicket. It's 3-0. India are now No. 1 in T20Is and ODIs. Hit me ball from Chahal, Santner slogs and toe-ends it straight to Virat. Santner c Kohli b Chahal 34(29) [4s-3 6s-2]
</p>
<p>
Chahal to Santner, no run, oh ho ho! Teasing flighted delivery wide of off stump, Santner lets it go looking for a wide
</p>
<p>
View all overs
</p>
<p>
Kuldeep Yadav to Santner, 1 run, dropped and he gets the single too. Quicker delivery, Santner swings as hard as he could, slices it straight to cover-point. SKY drops it overhead. Rohit thought that was the end of the game
</p>
<p>
Kuldeep Yadav to Santner, FOUR, short delivery, Santner pulls through mid-wicket. Two fielders converge but it splits them
</p>
<p>
Kuldeep Yadav to Santner, no run, another swing and miss from Santner, hits the pad
</p>
<p>
Kuldeep Yadav to Santner, FOUR, now he swings and misses. No actually an outside edge. Difficult for Ishan Kishan as it was going more towards slip. No third man to cut this off
</p>
<p>
Kuldeep Yadav to Santner, no run, fired down leg, Santner slogs and misses, the ball goes to fine leg off the pad but Santner doesn't run. Actually could have had two there
</p>
<p>
Kuldeep Yadav to Santner, SIX, Santner goes for it. Tries to do what he can control. Tossed up from Kuldeep Yadav, Santner goes down the ground and smashes it over long-on
</p>
<p>
View all overs
</p>
<p>
Chahal to Tickner, no run, and he blocks this too
</p>
<p>
Chahal to Tickner, no run, blocks well off the front foot
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->