<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-27T19:20:31.889Z">
<
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 154/7 (19.5) vs SCOW
151/6 (Sugandika Kumari 7(5) Nilakshika Silva 21(21)) | Sri Lanka Women vs Scotland Women, 25th Match, Group B, ICC Women's T20 World Cup 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SLW 154/7 (19.5) vs SCOW
151/6 (Sugandika Kumari 7(5) Nilakshika Silva 21(21)) | Sri Lanka Women vs Scotland Women, 25th Match, Group B, ICC Women's T20 World Cup 2026 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>
Priyanaz Chatterji to Sugandika Kumari, FOUR, Sugandika Kumari backs away, slashes at this length ball and sends it to the third man fence. Sri Lanka win the thriller by 3 wickets. Despair for Scotland who miss the direct qualification for the next T20 World Cup
</p>
<p>
Priyanaz Chatterji to Nilakshika Silva, 1 run, chops this short of length delivery just outside off to backward point and the batters scamper across for a quick single. Scotland needed a direct-hit there
</p>
<p>
Rachel Slater to Nilakshika Silva, 2 runs, fullish delivery, Nilakshika Silva walks across and gets low to scoop it over the keeper (standing up to the stumps)
</p>
<p>
Rachel Slater to Sugandika Kumari, 1 run, over the wicket, length ball, Sugandika Kumari backs away to swing across the line and under-edges to the right of the bowler
</p>
<p>
Rachel Slater to Nilakshika Silva, 1 run, Nilakshika shimmies down, moves leg-side in the process and cuts through cover-point for a single
</p>
<p>
View all overs
</p>
<p>
Kathryn Bryce to Sugandika Kumari, no run, a dot to end the over! Short of length outside off, Sugandika Kumari makes room to cut and connects thin air
</p>
<p>
Kathryn Bryce to Nilakshika Silva, 2 wides, length ball down leg, past Nilakshika's glance. The keeper can't gather it and she ends up parrying it towards short third man. Two bonus runs for Sri Lanka
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->