<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-23T05:05:21.018Z">
<
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 Cricket commentary | Durban Super Giants vs Joburg Super Kings, 2nd Match, SA20, 2023-->
<
script>
let title =
'Cricket commentary | Durban Super Giants vs Joburg Super Kings, 2nd Match, SA20, 2023';
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>
View all overs
</p>
<p>
Alzarri Joseph to Keemo Paul, 1 run, swings hard and gets a thick inside edge towards backward square. The Joburg Super Kings kickstart their campaign with a 16-run win.
</p>
<p>
Alzarri Joseph to Pretorius, out Lbw!! Easy call for the umpire. Yorker aimed at the base of middle and leg, Pretorius walked a long way across and played all around it. Missed it completely on the inside edge and was struck in front of middle stump. Replays reveal it would have hit the leg stump. The review was more in hope than anything. Pretorius lbw b Alzarri Joseph 14(6) [6s-2]
</p>
<p>
Alzarri Joseph to Holder, byes, 1 run, slower length delivery on the stumps, Holder looks to swat leg-side and gets beaten for lack of pace. The duo rush through for a quick single
</p>
<p>
Alzarri Joseph to Pretorius, 1 run, that could be the game for the Super Kings. It's a wobbly fullish length delivery just outside off, Pretorius looks to swing leg-side and gets a thick inside edge onto pad that rolls into the off-side
</p>
<p>
Alzarri Joseph to Holder, 1 run, full and in the blockhole around off, Holder squeezes it off the toe end to extra cover
</p>
<p>
Alzarri Joseph to Holder, no run, a dot ball. Alzarri Joseph bowls a slower back of a length delivery and gets it curl past leg-stump, Holder cleared his front leg and got nowhere near the delivery on the attempted heave
</p>
<p>
View all overs
</p>
<p>
Siboto to Pretorius, no run, no he can't. Slower full delivery flirting with the tramline outside off, Pretorius didn't pick the change of pace and missed his connection (on the slog) by a long way...
</p>
<p>
Siboto to Holder, 1 run, full and wide of off, Holder goes too hard on the drive and toe-ends it to long-off
</p>
<p>
Siboto to Holder, wide, the Super Giants won't mind this. A slower full delivery fired well wide of the tramline outside off, Holder shuffles a tad and lets it pass
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->