<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-12T05:07:10.171Z">
<
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 SWD 367/6 (93)
(Pheko Moletsane 89(154) Jade Richter 0(4)) | Eastern Storm vs South Western Districts, 1st Match, CSA Three-Day Series Division Two 2026-27 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SWD 367/6 (93)
(Pheko Moletsane 89(154) Jade Richter 0(4)) | Eastern Storm vs South Western Districts, 1st Match, CSA Three-Day Series Division Two 2026-27 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Day 2: Stumps';
let live_score =
'367/6(93)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Pheko MoletsaneView match performanceView profile';
let score =
'89';
let fours =
'11';
let sixes =
'1';
}
// Bowler details
let bowler = {
let name =
'Merrick BrettView match performanceView profile';
let overs =
'15';
let runs =
'48';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'0(0)';
let recent_balls =
'';
let last_wicket =
'0 runs, 0 wkts';
let current_run_rate =
'3.95';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->