<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-15T06:09:23.168Z">
<
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, 2nd ODI, South Africa tour of England, 2025-->
<
script>
let title =
'Cricket commentary | England vs South Africa, 2nd 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>
1 0 4 0 4 1 (10 runs)ENG 325-9Jofra Archer27(14)Saqib Mahmood2(3)Senuran Muthusamy8-0-61-1
</p>
<p>
Muthusamy to Jofra Archer, 1 run, Jofra Archer can't do it. South Africa win the series. Jofra Archer comes down the track and this is a flat good length delivery around off, thick inside-edge on the hoick and it dribbles to short fine, just one and South Africa win by 5 runs
</p>
<p>
Muthusamy to Jofra Archer, FOUR, Jofra Archer keeps his side just about alive. Flatter and good length outside off, Jofra Archer smashes the reverse-hit wide of both backward point and short third man
</p>
<p>
Muthusamy to Jofra Archer, no run, good length outside off, Jofra Archer hammers it off the back foot to deep extra-cover and they don't take one
</p>
<p>
Muthusamy to Jofra Archer, FOUR, what a strike that is. Jofra Archer turns into a left-hander's stance. This is well outside the leg-stump, Archer thwacks it to sweeper cover and it's one bounce over the ropes. Nearly all the way
</p>
<p>
Muthusamy to Jofra Archer, no run, tossed up full outside off, spins away, Jofra Archer gets forward to mow to leg and misses
</p>
<p>
Muthusamy to Saqib Mahmood, 1 run, flat good length outside off, Saqib Mahmood goes on the back foot and hammers the pull, past Muthusamy to his right and brings Jofra Archer back on strike
</p>
<p>
Over Summary: 1 0 4 0 4 1 (10 runs)Jofra Archer27(14)Saqib Mahmood2(3)Jofra Archer27(14)Jofra ArcherSaqib MahmoodSenuran Muthusamy ENG 325-927(14)Saqib Mahmood2(3)2(3)Senuran Muthusamy8-0-61-18-0-61-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->