<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-08T00:36:42.082Z">
<
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 113 & 138 vs ENG
140 & 226 (Glenn Phillips 44(52) ) | England vs New Zealand, 1st 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 =
'NZ 113 & 138 vs ENG
140 & 226 (Glenn Phillips 44(52) ) | England vs New Zealand, 1st 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>
Atkinson to Matt Henry, out Bowled!! The middle stump is uprooted and England complete a comprehensive win here at Lord's! Five for Atkinson in the second innings! He bustles in, hits a hard length and the ball jags in while staying a touch low to clean Henry up in defence. Matt Henry b Atkinson 0(10)
</p>
<p>
Atkinson to Matt Henry, no run, pitched up outside off, Henry knocks it to cover
</p>
<p>
Atkinson to Matt Henry, no run, cutting in from back of a length, Henry punches to mid-on
</p>
<p>
View all overs
</p>
<p>
Josh Tongue to Glenn Phillips, no run, good bumper, Phillips looks to pull and is beaten. Half an appeal for caught behind from the keeper, the umpire not interested
</p>
<p>
Josh Tongue to Glenn Phillips, FOUR, kicking up from a hard length, Phillips opens the face and guides it past gully. He groaned after realising that it's going to the boundary. Was looking only for a single
</p>
<p>
Josh Tongue to Glenn Phillips, no run, beaten again, this time on the outside edge as the ball nips away. Was pitched up outside off and he wanted to blast it through the covers
</p>
<p>
Josh Tongue to Glenn Phillips, no run, speared in full, angled in sharply and Phillips goes for a big slog across the line. He misses and is hit on the back pad
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->