<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-05T20:06:20.610Z">
<
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, 1st ODI, South Africa tour of England, 2025-->
<
script>
let title =
'Cricket commentary | England vs South Africa, 1st 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 Brevis, SIX, South Africa win. It's tossed up full around off, Brevis gets forward and smashes the loft straight down the ground, right in the slot and Brevis is more than happy to finish it off
</p>
<p>
Adil Rashid to Brevis, no run, lovely leg-break, slower and turns from outside leg to middle, Brevis wants to finish this but waits, goes on the back foot and steers to backward point, was the hat-trick delivery and Brevis still wanted to hammer it, adjusts well
</p>
<p>
Adil Rashid to Stubbs, out Bowled!! Two in two and something to cheer for England and Adil Rashid. A tossed up googly, Stubbs gets forward and misses the reverse-sweep, hits the middle-stump and no real celebrations from England. Hat-trick ball for Rashid coming up. Another South African batter goes in trying to finish it off with one blow. Stubbs b Adil Rashid 0(1)
</p>
<p>
Adil Rashid to Bavuma, out Caught by Will Jacks!! Caught at wide mid-off. It's tossed up full on middle, Bavuma wants to end this with a boundary, gets forward to loft, loses his bottom-hand and it lobs towards extra-cover. Jacks moves to his left and takes a simple catch. Bavuma falls with the scores level. Bavuma c Will Jacks b Adil Rashid 6(9)
</p>
<p>
Adil Rashid to Bavuma, no run, fraction short this delivery just outside off, Bavuma goes on the back foot to cut to point
</p>
<p>
0 0 L1 1 3 1 (6 runs)RSA 131-1Temba Bavuma6(7)Ryan Rickelton31(59)Brydon Carse5-0-24-0
</p>
<p>
Brydon Carse to Bavuma, 1 run, angling into the pads, Bavuma flicks to deep square-leg and the scores are level
</p>
<p>
Over Summary: 0 0 L1 1 3 1 (6 runs)Temba Bavuma6(7)Ryan Rickelton31(59)Temba Bavuma6(7)Temba BavumaRyan RickeltonBrydon Carse RSA 131-16(7)Ryan Rickelton31(59)31(59)Brydon Carse5-0-24-05-0-24-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->