<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-09T22:54:25.183Z">
<
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 SLW 211 vs INDW
269/8 (Udeshika Prabodhani 14(26) ) | India Women vs Sri Lanka Women, 1st 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 =
'SLW 211 vs INDW
269/8 (Udeshika Prabodhani 14(26) ) | India Women vs Sri Lanka Women, 1st 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>
Pratika Rawal to Inoka Ranaweera, out Lbw!! Up goes the finger! Should be game over unless she's got bat on it. Oh there's a review. Round the wicket, pitching on a good length and sliding on with the arm past the inside edge. Hits Ranaweera on the pad and ball-tracking confirms it would've crashed into the top of middle. So India kick off their World Cup campaign with a comfortable win, brushing off Sri Lanka by 59 runs. Inoka Ranaweera lbw b Pratika Rawal 3(8)
</p>
<p>
Pratika Rawal to Inoka Ranaweera, no run, played back down the pitch
</p>
<p>
Pratika Rawal to Inoka Ranaweera, no run, punched to cover
</p>
<p>
Pratika Rawal to Inoka Ranaweera, leg byes, 2 runs, tries a scoop and gets it away fine. A couple of runs off the free hit
</p>
<p>
Pratika Rawal to Inoka Ranaweera, no ball, gently punched off the back foot to short midwicket. It's called a no ball because India have five fielders outside the ring
</p>
<p>
View all overs
</p>
<p>
Shree Charani to Udeshika Prabodhani, no run, good length ball outside off, left alone
</p>
<p>
Shree Charani to Udeshika Prabodhani, no run, dips on a good length before turning away. Prabodhani looks to defend but it takes the outside half and rolls to short third
</p>
<p>
Shree Charani to Udeshika Prabodhani, no run, on a good length just outside off, defended to short cover
</p>
<p>
Shree Charani to Udeshika Prabodhani, no run, full on middle and leg, defended down the pitch
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->