<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T01:11:06.278Z">
<
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 258/6 (50)
(Nilakshi de Silva 55(28) Anushka Sanjeewani 6(6)) | Sri Lanka Women vs New Zealand Women, 15th Match, Tue, Oct 14, ICC Womens World Cup 2025 | Cricbuzz.com-->
<
script>
let title =
'SLW 258/6 (50)
(Nilakshi de Silva 55(28) Anushka Sanjeewani 6(6)) | Sri Lanka Women vs New Zealand Women, 15th Match, Tue, Oct 14, 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>
1 2 4 4 4 1 (16 runs)SLW 258-6Nilakshi de Silva55(28)Anushka Sanjeewani6(6)Sophie Devine9-1-54-3
</p>
<p>
Devine to Nilakshi de Silva, 1 run, short again, Nilakshi pulls hard, goes quickly across the turf but straight to the fielder at deep square leg. Only a single off the last ball
</p>
<p>
Devine to Nilakshi de Silva, FOUR, finds the boundary again! Short ball into the body, she pulls it behind square and beats the fielder in the deep. Nilakshi making New Zealand suffer at the death
</p>
<p>
Devine to Nilakshi de Silva, FOUR, fifty off just 26 balls from Nilakshi de Silva - easily the fastest of the tournament! Her teammates are on their feet in applause! Full in the slot, swipes it across the line and finds the gap between long-on and deep midwicket. 250 up for Sri Lanka as well
</p>
<p>
Devine to Nilakshi de Silva, FOUR, stinker of a delivery! Slower loopy full toss down leg, Nilakshi pounces on it and sweeps hard past short fine
</p>
<p>
Over Summary: 1 2 4 4 4 1 (16 runs)Nilakshi de Silva55(28)Anushka Sanjeewani6(6)Nilakshi de Silva55(28)Nilakshi de SilvaAnushka SanjeewaniSophie Devine SLW 258-655(28)Anushka Sanjeewani6(6)6(6)Sophie Devine9-1-54-39-1-54-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->