<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-29T18:54:40.337Z">
<
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 ENG 354 & 212 vs NZ
438 & 288/9 d (Shoaib Bashir 0(5) ) | England vs New Zealand, 3rd Test, New Zealand tour of England, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ENG 354 & 212 vs NZ
438 & 288/9 d (Shoaib Bashir 0(5) ) | England vs New Zealand, 3rd Test, New Zealand tour of England, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Mitchell Santner to Jamie Smith, out Caught by Nathan Smith!! Flawless on the field once more and there it is! The Stokes era started with a 3-0 whitewash of New Zealand. It ends with a cruel reversal as the Kiwis gatecrash his farewell party. 2-1 is the scoreline in favour of the visitors, marking the first time England have lost at home since 2012 (in a series of three matches or more). Tom Latham has now won five of the six series since taking over as captain, including victories in India and England. It is Santner who wraps it up. Teasing flight, lures Smith into a big shot and he miscues it in the air. It's not a straightforward chance but New Zealand haven't been one to miss out once there's a sniff. Smith charges across and takes a diving catch to his left. Jamie Smith c Nathan Smith b Mitchell Santner 60(91) [4s-8 6s-1]
</p>
<p>
Mitchell Santner to Jamie Smith, no run, overpitched on off, driven to sweeper cover but no run taken
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->