<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-23T13:25:39.143Z">
<
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 NZA 238/4 (63)
(Max Chu 26(61) Mitchell Hay 13(25)) | Sri Lanka A vs New Zealand A, 2nd unofficial Test, New Zealand A tour of Sri Lanka, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NZA 238/4 (63)
(Max Chu 26(61) Mitchell Hay 13(25)) | Sri Lanka A vs New Zealand A, 2nd unofficial Test, New Zealand A tour of Sri Lanka, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 1: Stumps';
let live_score =
'238/4(63)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Max Chu';
let score =
'26';
let fours =
'2';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Ramesh Mendis';
let overs =
'19';
let runs =
'75';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'19(37)';
let recent_balls =
'';
let last_wicket =
'32 runs, 1 wkts';
let current_run_rate =
'3.78';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Ramesh Mendis to Mitchell Hay, no run
</p>
<p>
Ramesh Mendis to Max Chu, 1 run
</p>
<p>
Ramesh Mendis to Mitchell Hay, 1 run
</p>
<p>
Ramesh Mendis to Mitchell Hay, no run
</p>
<p>
Ramesh Mendis to Mitchell Hay, no run
</p>
<p>
Ramesh Mendis to Mitchell Hay, no run
</p>
<p>
View all overs
</p>
<p>
Dilum Sudeera to Max Chu, no run
</p>
<p>
Dilum Sudeera to Max Chu, no run
</p>
<p>
Dilum Sudeera to Max Chu, no run
</p>
<p>
Dilum Sudeera to Max Chu, no run
</p>
<p>
Dilum Sudeera to Max Chu, no run
</p>
<p>
Dilum Sudeera to Mitchell Hay, 1 run
</p>
<p>
View all overs
</p>
<p>
Ramesh Mendis to Mitchell Hay, 1 run
</p>
<p>
Ramesh Mendis to Max Chu, 1 run
</p>
<p>
Ramesh Mendis to Max Chu, no run
</p>
<p>
Ramesh Mendis to Mitchell Hay, leg byes, 1 run
</p>
<p>
Ramesh Mendis to Mitchell Hay, FOUR
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->