<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-09T01:47:32.938Z">
<
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 144/5 (20) vs PAKW
150/5 (Nadine de Klerk 20(22) Nondumiso Shangase 0(0)) | Pakistan Women vs South Africa Women, 3rd T20I, South Africa Women tour of Pakistan, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'RSAW 144/5 (20) vs PAKW
150/5 (Nadine de Klerk 20(22) Nondumiso Shangase 0(0)) | Pakistan Women vs South Africa Women, 3rd T20I, South Africa Women tour of Pakistan, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Diana Baig to de Klerk, 1 run, to long-off
</p>
<p>
Diana Baig to de Klerk, no run
</p>
<p>
Diana Baig to de Klerk, out Delmi Tucker Run Out!! 1 run completed Delmi Tucker run out (Fatima Sana/Diana Baig) 2(2)
</p>
<p>
Diana Baig to de Klerk, no run
</p>
<p>
Diana Baig to de Klerk, no run
</p>
<p>
Diana Baig to de Klerk, no ball, 2 runs, to short fine leg
</p>
<p>
Diana Baig to Delmi Tucker, 1 run, to mid-off
</p>
<p>
View all overs
</p>
<p>
Sadia Iqbal to de Klerk, 2 runs, to deep square leg
</p>
<p>
Sadia Iqbal to de Klerk, 2 runs, to long-off
</p>
<p>
Sadia Iqbal to Delmi Tucker, 1 run, to point
</p>
<p>
Sadia Iqbal to Wolvaardt, out Caught by (sub)Fatima Sana!! Wolvaardt c (sub)Fatima Sana b Sadia Iqbal 72(54) [4s-9]
</p>
<p>
Sadia Iqbal to de Klerk, 1 run, to long-off
</p>
<p>
Sadia Iqbal to de Klerk, 2 runs, to long-on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->