<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T09:49:43.982Z">
<
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 RSAW 252/7 (48.5) vs INDW
251 (Nadine de Klerk 84(54) Ayabonga Khaka 1(3)) | India Women vs South Africa Women, 10th Match, ICC Womens World Cup 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'RSAW 252/7 (48.5) vs INDW
251 (Nadine de Klerk 84(54) Ayabonga Khaka 1(3)) | India Women vs South Africa Women, 10th Match, ICC Womens World Cup 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Amanjot Kaur to de Klerk, SIX, South Africa win by 3 wickets. Nadine de Klerk, you absolute legend! She has got them over the line with 7 balls to spare. Every member of the South African squad, even the senior members, run out to congratulate her. This knock is one for the ages. South Africa were down but not out of it and it needed something special to register the win and de Klerk has produced that. She has eclipsed Richa Ghosh's knock earlier in the day and that is saying something. Coming to the ball: Nice, juicy full toss and de Klerk smokes it over wide long-on. She knew it was off the middle and had her arms aloft as soon as she made contact then does the fist pump
</p>
<p>
Amanjot Kaur to de Klerk, no run, fuller and close to off, de Klerk pats it into the off-side and wants a single, Khaka sends her back
</p>
<p>
Amanjot Kaur to de Klerk, SIX, miscue and the ball still travels the distance. That tells you the power she has.. Fullish delivery angled in, de Klerk closes the bat face as she heaves and the leading edge sails over the cow corner fence. Just one hit away..
</p>
<p>
Amanjot Kaur to de Klerk, no run, slower ball around off, de Klerk steers it on the bounce to the right of Richa, she makes the stop
</p>
<p>
Amanjot Kaur to de Klerk, no run, what a stop! Full and outside off, de Klerk drills the drive and the ball was racing, but Harmanpreet dives to her right and makes a fine stop. She saved a certain boundary..
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->