<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-07T17:09:55.793Z">
<
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 RSA 149/6 (18.2) vs IND
148/6 (David Miller 20(15) Kagiso Rabada 0(0)) | India vs South Africa, 2nd T20I, Sun, Jun 12, South Africa tour of India, 2022 | Cricbuzz.com-->
<
script>
let title =
'RSA 149/6 (18.2) vs IND
148/6 (David Miller 20(15) Kagiso Rabada 0(0)) | India vs South Africa, 2nd T20I, Sun, Jun 12, South Africa tour of India, 2022 | Cricbuzz.com';
let latest_update =
'';
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>
Shreyas Iyer to Miller, 2 runs, Miller hits the winning runs. Fraction short on leg and Miller nudges it through square leg for a nonchalant brace to finish things off - South Africa beat India by 4 wickets with 10 balls to spare
</p>
<p>
Shreyas Iyer to Miller, no run, fraction short around off, Miller mistimes his punch to cover
</p>
<p>
1 0 1 1 0 W (3 runs)RSA 147-6Wayne Parnell1(4)David Miller18(13)Bhuvneshwar Kumar4-0-13-4
</p>
<p>
Bhuvneshwar to Parnell, out Bowled!! Bhuvneshwar ends a fantastic spell. A length delivery around off, pacy delivery and Parnell swings at it, only to connect thin air. The off-stump has been knocked over and that's the fourth wicket of the night for Bhuvi. If only India had managed to post a few more runs, things would have been interesting. South Africa only a hit away, with Miller on strike. Parnell b Bhuvneshwar 1(4)
</p>
<p>
Bhuvneshwar to Parnell, no run, on a length around off, keeps a touch low and Parnell pats this back to the bowler
</p>
<p>
Bhuvneshwar to Miller, 1 run, doing it with ease now, nudges the length ball through mid-wicket for a single
</p>
<p>
Bhuvneshwar to Parnell, 1 run, squeezed to mid-off by Parnell for a quick single
</p>
<p>
Bhuvneshwar to Parnell, no run, back of a length around off, Parnell knocks it back to Bhuvi
</p>
<p>
Bhuvneshwar to Miller, 1 run, on a length outside off, Miller knocks this into the off-side for a single
</p>
<p>
Over Summary: 1 0 1 1 0 W (3 runs)Wayne Parnell1(4)David Miller18(13)Wayne Parnell1(4)Wayne ParnellDavid MillerBhuvneshwar Kumar RSA 147-61(4)David Miller18(13)18(13)Bhuvneshwar Kumar4-0-13-44-0-13-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->