<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-12-07T14:13:23.030Z">
<
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 | New Zealand vs West Indies, 4th T20I, West Indies tour of New Zealand, 2025-->
<
script>
let title =
'Cricket commentary | New Zealand vs West Indies, 4th T20I, West Indies tour of New Zealand, 2025';
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>
Ish Sodhi to Shai Hope, 1 run, flighted ball, full and outside off, Hope leans forward to drive it to deep cover
</p>
<p>
Ish Sodhi to Jangoo, 1 run, 83.1kph, legbreak on middle that doesn't spin, Jangoo hangs back to work it to square leg
</p>
<p>
Ish Sodhi to Shai Hope, 1 run, 79.2kph, tossed up, full and drifting in towards middle-leg, driven to long-on
</p>
<p>
0 W 1 0 0 4 (5 runs)WI 35-1Amir Jangoo11(17)Shai Hope1(1)James Neesham1-0-5-1
</p>
<p>
Neesham to Jangoo, FOUR, overpitched outside off and Jangoo leans forward to batter the drive through cover-point. A boundary to end the powerplay but New Zealand will be the happier side
</p>
<p>
Neesham to Jangoo, no run, 132.5kph, short of length, Jangoo gets beaten on the inside edge as he tries to work it into the leg-side. Gets hit high on the thigh and the ball rolls to backward point
</p>
<p>
Neesham to Jangoo, no run, full and angling away, Jangoo looks to swing it over midwicket and gets beaten on the outside edge
</p>
<p>
Over Summary: 0 W 1 0 0 4 (5 runs)Amir Jangoo11(17)Shai Hope1(1)Amir Jangoo11(17)Amir JangooShai HopeJames Neesham WI 35-111(17)Shai Hope1(1)1(1)James Neesham1-0-5-11-0-5-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->