<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-27T20:56:14.458Z">
<
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 OTG 41/4 (15) vs WEL
156 (Jamal Todd 6(14) Luke Georgeson 0(1)) | Otago vs Wellington, 24th Match, Plunket Shield 2025-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'OTG 41/4 (15) vs WEL
156 (Jamal Todd 6(14) Luke Georgeson 0(1)) | Otago vs Wellington, 24th Match, Plunket Shield 2025-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 1: Stumps - Otago trail by 115 runs';
let live_score =
'41/4(15)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jamal Todd';
let score =
'6';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'James Hartshorn';
let overs =
'7';
let runs =
'26';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'2(12)';
let recent_balls =
'';
let last_wicket =
'27 runs, 4 wkts';
let current_run_rate =
'2.73';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Nathan Smith to Georgeson, no run
</p>
<p>
Nathan Smith to Jamal Todd, 1 run
</p>
<p>
Nathan Smith to Jamal Todd, no run
</p>
<p>
Nathan Smith to Jamal Todd, no run
</p>
<p>
Nathan Smith to Jamal Todd, no run
</p>
<p>
Nathan Smith to Jamal Todd, no run
</p>
<p>
View all overs
</p>
<p>
James Hartshorn to Jamal Todd, 1 run
</p>
<p>
James Hartshorn to Jamal Todd, no run
</p>
<p>
James Hartshorn to Jamal Todd, no run
</p>
<p>
James Hartshorn to Jamal Todd, no run
</p>
<p>
James Hartshorn to Jamal Todd, no run
</p>
<p>
James Hartshorn to Jamal Todd, no run
</p>
<p>
View all overs
</p>
<p>
Nathan Smith to Troy Johnson, out Lbw!! Troy Johnson lbw b Nathan Smith 2(16)
</p>
<p>
Nathan Smith to Troy Johnson, no run
</p>
<p>
Nathan Smith to Troy Johnson, no run
</p>
<p>
Nathan Smith to Troy Johnson, no run
</p>
<p>
Nathan Smith to Troy Johnson, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->