<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:03:05.777Z">
<
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 BANW 195/9 (50) vs SLW
202 (Nishita Akter Nishi 1(1) Sharmin Akhter 64(103)) | Sri Lanka Women vs Bangladesh Women, 21st Match, Mon, Oct 20, ICC Womens World Cup 2025 | Cricbuzz.com-->
<
script>
let title =
'BANW 195/9 (50) vs SLW
202 (Nishita Akter Nishi 1(1) Sharmin Akhter 64(103)) | Sri Lanka Women vs Bangladesh Women, 21st Match, Mon, Oct 20, ICC Womens World Cup 2025 | Cricbuzz.com';
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>
W W W W 1 0 (1 runs)BANW 195-9Sharmin Akhter64(103)Nishita Akter Nishi1(1)Chamari Athapaththu10-0-42-4
</p>
<p>
Chamari Athapaththu to Sharmin Akhter, no run, swing and a miss and that will be it. Heartbreak for Bangladesh as they become the first team to get knocked out in this World Cup. A 7-run win for Sri Lanka to keep their semifinal hopes alive....
</p>
<p>
Chamari Athapaththu to Nishita Akter Nishi, 1 run, full outside off, Nishita slogs and gets it to the right of deep mid-wicket. Nishita Akter Nishi wanted the second, but Sharmin Akhter wasn't interested...
</p>
<p>
Chamari Athapaththu to Marufa Akter, out Lbw!! Quick and spins into the stumps, Marufa gets across and fails to get bat on the flick. Looked adjacent and given out onfield. Was DRS unavailable? Looks like it. This is absolute madness from both teams. Marufa Akter lbw b Chamari Athapaththu 0(1)
</p>
<p>
Chamari Athapaththu to Nigar Sultana, out Caught by Nilakshi de Silva!! Team hat-trick for Sri Lanka. Bowls it full outside off and Nigar slices the loft down the throat of long-off. Decent timing on that, but there wasn't enough power to get anywhere near the ropes. Nilakshi at it again. Nigar Sultana c Nilakshi de Silva b Chamari Athapaththu 77(98) [4s-6]
</p>
<p>
Chamari Athapaththu to Nahida Akter, out Nahida Akter Run Out!! Nahida knocks it to cover and rushes across to steal a quick single. Nilakshi picks the ball cleanly and smashes the stumps direct with an excellent throw. Nahida put in the dive, but it wasn't enough in the end. Caught just short of her crease. Nahida Akter run out (Nilakshi de Silva) 0(1)
</p>
<p>
Over Summary: W W W W 1 0 (1 runs)Sharmin Akhter64(103)Nishita Akter Nishi1(1)Sharmin Akhter64(103)Sharmin AkhterNishita Akter NishiChamari Athapaththu BANW 195-964(103)Nishita Akter Nishi1(1)1(1)Chamari Athapaththu10-0-42-410-0-42-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->