<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-28T16:22:24.609Z">
<
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 NZ 147 vs ENG
226/7 (Matt Henry 3(3) ) | England vs New Zealand, 2nd ODI, New Zealand tour of England, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NZ 147 vs ENG
226/7 (Matt Henry 3(3) ) | England vs New Zealand, 2nd ODI, New Zealand tour of England, 2023 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>
Willey to Boult, out Caught by Sam Curran!! Taken at mid-on and England bounceback in style to make it 1-1 with two games to go. Short of a length delivery cramping Boult for room, Boult tried to break-free, picked out mid-on. Boult c Sam Curran b Willey 1(2)
</p>
<p>
Willey to Matt Henry, 1 run, short of length delivery on the leg stump, Henry drags uppishly wide of mid-on
</p>
<p>
Willey to Boult, 1 run, short of length delivery, Boult knocks it to deep mid-wicket
</p>
<p>
Willey to Southee, out Caught by Bairstow!! In the airrr, taken at deep mid-wicket. Short of a length delivery, Southee pulls, fielder moves to the right and completes a good catch. Southee c Bairstow b Willey 4(3) [4s-1]
</p>
<p>
Willey to Matt Henry, 1 run, dragged to deep mid-wicket
</p>
<p>
View all overs
</p>
<p>
Moeen Ali to Southee, FOUR, advances and drives this flighted delivery over mid-off and gets four
</p>
<p>
Moeen Ali to Southee, no run, full delivery, Southee drives to the on-side
</p>
<p>
Moeen Ali to Santner, out Caught by Bairstow!! In the air, straight to Jonny B. Santner advances and looks to slog, gets a thick edge as he plays against the turn. Jonny didn't have to move an inch. Mo gets two in the over to literally kill this game. Santner c Bairstow b Moeen Ali 4(8)
</p>
<p>
Moeen Ali to Matt Henry, 1 run, full delivery, Henry drives to mid-off
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->