<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-05T21:01:28.210Z">
<
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 | England vs South Africa, 3rd ODI, South Africa tour of England, 2025-->
<
script>
let title =
'Cricket commentary | England vs South Africa, 3rd ODI, South Africa tour of England, 2025';
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>
Adil Rashid to Corbin Bosch, out Caught by Brydon Carse!! That's the final nail in the coffin! A floated full delivery around off, Corbin Bosch switches his stance and goes for the reverse sweep but mistimes it towards backward point. Carse accepts it gleefully. England win by a massive margin of 342 runs. This is the biggest defeat margin for South Africa by runs in ODIs. South Africa win the series 2-1 but England can take heart from their today's flawless performance. Corbin Bosch c Brydon Carse b Adil Rashid 20(32) [4s-3]
</p>
<p>
Adil Rashid to Corbin Bosch, no run, dropped! It's the googly outside off, Corbin Bosch tries to heave it across but ends up dragging his stroke. Duckett at short mid-wicket dives to his right and gets a hand to it but it pops out
</p>
<p>
Adil Rashid to Corbin Bosch, no run, this one turns and grips from a length outside leg, Corbin Bosch blocks it in front of him
</p>
<p>
Adil Rashid to Corbin Bosch, no run, Adil Rashid slips in a googly and it's slow through the air on middle and leg, Corbin Bosch drags the slog sweep to deep square leg
</p>
<p>
Adil Rashid to Corbin Bosch, no run, on the shorter side on off, punched down to long-off. Corbin Bosch doesn't take the single
</p>
<p>
0 0 0 Wd 1 0 1 (3 runs)RSA 72-8Corbin Bosch20(27)Nandre Burger2(7)Jofra Archer9-3-18-4
</p>
<p>
Jofra Archer to Corbin Bosch, 1 run, very full outside off, Corbin Bosch jams it towards wide mid-off to retain strike
</p>
<p>
Over Summary: 0 0 0 Wd 1 0 1 (3 runs)Corbin Bosch20(27)Nandre Burger2(7)Corbin Bosch20(27)Corbin BoschNandre BurgerJofra Archer RSA 72-820(27)Nandre Burger2(7)2(7)Jofra Archer9-3-18-49-3-18-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->