<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-07T17:21:08.909Z">
<
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 212/3 (19.1) vs IND
211/4 (Rassie van der Dussen 75(46) David Miller 64(31)) | India vs South Africa, 1st T20I, Thu, Jun 9, South Africa tour of India, 2022 | Cricbuzz.com-->
<
script>
let title =
'RSA 212/3 (19.1) vs IND
211/4 (Rassie van der Dussen 75(46) David Miller 64(31)) | India vs South Africa, 1st T20I, Thu, Jun 9, 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>
Chahal to van der Dussen, FOUR, reverse sweep and it's in the gap past backward point. It's so fitting that RvD gets the winning runs. Was 22 off 25 at one point, scored 53 runs in the next 21 balls. This is the highest successful chase for South Africa ever and they have also stopped India from getting the world record for most succcessive wins in T20Is
</p>
<p>
0 1 0 L2 4 1 (8 runs)RSA 208-3Rassie van der Dussen71(45)David Miller64(31)Harshal Patel4-0-43-1
</p>
<p>
Harshal Patel to van der Dussen, 1 run, very full delivery, van der Dussen swings it away to short fine leg, fumble and a single
</p>
<p>
Harshal Patel to van der Dussen, FOUR, surprise short delivery, RvD clearly late on the pull but this seems to have gone off the glove/edge and beaten short third man
</p>
<p>
Harshal Patel to van der Dussen, leg byes, 2 runs, brilliant dipping slower delivery, RvD walks across and misses, looked plumb. If the decision was not given because the onfield umpire thought impact was too far ahead from the stumps, kudos to him. That looked out for all money. But again, it's just umpire's call so if it was given out would have been out
</p>
<p>
Harshal Patel to van der Dussen, no run, oh he stepped forward and across for a might heave over mid-wicket, but Harshal Patel beats him with a brilliant dipping slower delivery
</p>
<p>
Harshal Patel to Miller, 1 run, low full toss, Miller flicks to backward square leg
</p>
<p>
Over Summary: 0 1 0 L2 4 1 (8 runs)Rassie van der Dussen71(45)David Miller64(31)Rassie van der Dussen71(45)Rassie van der DussenDavid MillerHarshal Patel RSA 208-371(45)David Miller64(31)64(31)Harshal Patel4-0-43-14-0-43-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->