<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-16T21:08:19.905Z">
<
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 SLA 324/7 (81)
(Isitha Wijesundera 7(10) Sonal Dinusha 90(116)) | Sri Lanka A vs New Zealand A, 1st 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 =
'SLA 324/7 (81)
(Isitha Wijesundera 7(10) Sonal Dinusha 90(116)) | Sri Lanka A vs New Zealand A, 1st 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 =
'324/7(81)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Isitha Wijesundera';
let score =
'7';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Tim Pringle';
let overs =
'21';
let runs =
'88';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'23(24)';
let recent_balls =
'';
let last_wicket =
'55 runs, 2 wkts';
let current_run_rate =
'4';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Fraser Sheat to Dinusha, FOUR
</p>
<p>
Fraser Sheat to Dinusha, no run
</p>
<p>
Fraser Sheat to Dinusha, no run
</p>
<p>
Fraser Sheat to Dinusha, no run
</p>
<p>
Fraser Sheat to Dinusha, no run
</p>
<p>
Fraser Sheat to Dinusha, no run
</p>
<p>
View all overs
</p>
<p>
Tim Pringle to Isitha Wijesundera, 2 runs
</p>
<p>
Tim Pringle to Isitha Wijesundera, no run
</p>
<p>
Tim Pringle to Isitha Wijesundera, no run
</p>
<p>
Tim Pringle to Dinusha, 1 run
</p>
<p>
Tim Pringle to Isitha Wijesundera, 1 run
</p>
<p>
Tim Pringle to Dinusha, 1 run
</p>
<p>
View all overs
</p>
<p>
Matthew Boyle to Isitha Wijesundera, no run
</p>
<p>
Matthew Boyle to Isitha Wijesundera, no run
</p>
<p>
Matthew Boyle to Isitha Wijesundera, no run
</p>
<p>
Matthew Boyle to Isitha Wijesundera, no run
</p>
<p>
Matthew Boyle to Dinusha, 1 run
</p>
<p>
Matthew Boyle to Isitha Wijesundera, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->