<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-29T17:54:30.153Z">
<
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 IRE 179 & 232 f/o vs NZ
490/8 d (Mark Adair 44(47) ) | Ireland vs New Zealand, Only Test, New Zealand tour of Ireland, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IRE 179 & 232 f/o vs NZ
490/8 d (Mark Adair 44(47) ) | Ireland vs New Zealand, Only Test, New Zealand tour of Ireland, 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>
Blair Tickner to Reuben Wilson, out Caught by Daryl Mitchell!! There's the final nail in the coffin! Blair Tickner finishes with a maiden five-wicket haul! A back of a length delivery just outside off, Wilson pushes at it with minimal foot movement and gets a thick outside edge. Mitchell at first slip dives to his left to take a sharp catch. A clinical performance from New Zealand to win the one-off Test against Ireland. Reuben Wilson c Daryl Mitchell b Blair Tickner 4(13) [4s-1]
</p>
<p>
Blair Tickner to Mark Adair, 1 run, Mark Adair backs away to the short delivery and flat-bats it to deep mid-wicket. He once again takes the single off the first ball of the over
</p>
<p>
View all overs
</p>
<p>
Ben Sears to Reuben Wilson, no run, good length delivery outside off, Wilson leaves it alone
</p>
<p>
Ben Sears to Reuben Wilson, no run, short of length delivery around off, Wilson hops and taps it with an open bat-face to gully
</p>
<p>
Ben Sears to Reuben Wilson, no run, hard length delivery on off, Wilson hangs back to keep it out
</p>
<p>
Ben Sears to Mark Adair, 1 run, slower short of length delivery outside off, Adair flat-bats it to long-off and takes the single
</p>
<p>
Ben Sears to Mark Adair, no run, another swing and a miss! A short delivery shaping in on middle and leg, Adair backs away to play the upper cut but misses
</p>
<p>
Ben Sears to Mark Adair, no run, shortish delivery outside off, Mark Adair slashes and misses
</p>
<p>
View all overs
</p>
<p>
Blair Tickner to Mark Adair, 1 run, short of length around off, Adair places the cut through backward point to retain strike
</p>
<p>
Blair Tickner to Mark Adair, no run, a bouncer around off, seams away later, Adair was shaping to go over covers but then bails out
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->