<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-27T20:59:19.277Z">
<
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 VIC 110/4 (35.3) vs SAUS
198 (Marcus Harris 26(79) Oliver Peake 16(36)) | Victoria vs South Australia, Final, Sheffield Shield 2025-26 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'VIC 110/4 (35.3) vs SAUS
198 (Marcus Harris 26(79) Oliver Peake 16(36)) | Victoria vs South Australia, Final, Sheffield 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 2: Stumps - Victoria trail by 88 runs';
let live_score =
'110/4(35.3)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Marcus Harris';
let score =
'26';
let fours =
'2';
let sixes =
'1';
}
// Bowler details
let bowler = {
let name =
'Ben Manenti';
let overs =
'5.3';
let runs =
'19';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'27(69)';
let recent_balls =
'';
let last_wicket =
'22 runs, 0 wkts';
let current_run_rate =
'3.1';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Ben Manenti to Marcus Harris, no run
</p>
<p>
Ben Manenti to Oliver Peake, 1 run, square of the wicket
</p>
<p>
Ben Manenti to Oliver Peake, no run
</p>
<p>
View all overs
</p>
<p>
Jordan Buckingham to Marcus Harris, no run
</p>
<p>
Jordan Buckingham to Marcus Harris, no run
</p>
<p>
Jordan Buckingham to Marcus Harris, no run
</p>
<p>
Jordan Buckingham to Oliver Peake, 1 run, to mid-wicket
</p>
<p>
Jordan Buckingham to Oliver Peake, no run
</p>
<p>
Jordan Buckingham to Oliver Peake, no run
</p>
<p>
View all overs
</p>
<p>
Nathan McSweeney to Marcus Harris, no run
</p>
<p>
Nathan McSweeney to Oliver Peake, 1 run, to sweeper cover
</p>
<p>
Nathan McSweeney to Oliver Peake, no run
</p>
<p>
Nathan McSweeney to Marcus Harris, 1 run, to mid-wicket
</p>
<p>
Nathan McSweeney to Marcus Harris, no run
</p>
<p>
Nathan McSweeney to Marcus Harris, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->