<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-10T20:47:02.596Z">
<
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 AKL 156/8 (19.3) vs WEL
153/6 (Adithya Ashok 4(2) Kyle Jamieson 12(11)) | Auckland vs Wellington, 19th Match, Super Smash 2022-23 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'AKL 156/8 (19.3) vs WEL
153/6 (Adithya Ashok 4(2) Kyle Jamieson 12(11)) | Auckland vs Wellington, 19th Match, Super Smash 2022-23 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Ollie Newton to Adithya Ashok, FOUR, to fine leg
</p>
<p>
Ollie Newton to Adithya Ashok, no run
</p>
<p>
Ollie Newton to Louis Delport, out Caught by Jakob Bhula!! Louis Delport c Jakob Bhula b Ollie Newton 7(5) [4s-1]
</p>
<p>
View all overs
</p>
<p>
van Beek to Louis Delport, 1 run, to cover
</p>
<p>
van Beek to Louis Delport, 2 runs, to deep extra cover
</p>
<p>
van Beek to Louis Delport, FOUR, to third man
</p>
<p>
van Beek to Louis Delport, no run
</p>
<p>
van Beek to Jamieson, 1 run, to mid-on
</p>
<p>
van Beek to Jamieson, no run
</p>
<p>
View all overs
</p>
<p>
Nathan Smith to Ferns, out Bowled!! Ferns b Nathan Smith 1(3)
</p>
<p>
Nathan Smith to Ferns, no run
</p>
<p>
Nathan Smith to Ferns, wide
</p>
<p>
Nathan Smith to Jamieson, 1 run, to square leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->