<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-09T22:42:20.339Z">
<
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 WI 38/1 (6.3)
(Amir Jangoo 12(18) Shai Hope 3(3)) | New Zealand vs West Indies, 4th T20I, West Indies tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WI 38/1 (6.3)
(Amir Jangoo 12(18) Shai Hope 3(3)) | New Zealand vs West Indies, 4th T20I, West Indies tour of New Zealand, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
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>
View all overs
</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>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->