<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T13:30:40.078Z">
<
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 Cricket commentary | Mumbai Indians Women vs Delhi Capitals Women, 3rd Match, Womens Premier League 2026-->
<
script>
let title =
'Cricket commentary | Mumbai Indians Women vs Delhi Capitals Women, 3rd Match, Womens Premier League 2026';
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>
4 4 1 0 0 W (9 runs)DCW 145-10Nandani Sharma0(3)Shree Charani10(6)Sanskriti Gupta1-0-9-1
</p>
<p>
Sanskriti Gupta to Nandani Sharma, out Caught by Amanjot Kaur!! Delhi Capitals have been bowled out for 145 in 19 overs! Nandani Sharma looks to whip it across the line, ends up getting a leading edge that has been taken by the fielder at point. All smiles in MI's dugout as they register their first win of WPL 2026. A much better performance by the MI bowlers as compared to last night. Nandani Sharma c Amanjot Kaur b Sanskriti Gupta 0(3)
</p>
<p>
Sanskriti Gupta to Nandani Sharma, no run, full in length outside off, Nandani Sharma has a swing and a miss
</p>
<p>
Sanskriti Gupta to Nandani Sharma, no run, knocked back to the spinner
</p>
<p>
Sanskriti Gupta to Shree Charani, 1 run, driven to long-off for a single
</p>
<p>
Sanskriti Gupta to Shree Charani, FOUR, back-to-back boundaries. Full and wide outside off, Shree Charani slices it towards backward point where she manages to beat the fielder's dive
</p>
<p>
Sanskriti Gupta to Shree Charani, FOUR, full and wide outside off, Shree Charani creams it through covers as the ball races away to the fence
</p>
<p>
W B1 1 0 1 W (3 runs)DCW 136-9Minnu Mani7(6)Shree Charani1(3)Amelia Kerr4-0-24-3
</p>
<p>
Amelia Kerr to Minnu Mani, out Caught by G Kamalini!! Three wickets for Amelia Kerr. A tossed up delivery by the spinner, Minnu Mani swings across the line and the top has been taken safely by the keeper. MI Women only one wicket away from an emphatic win. Minnu Mani c G Kamalini b Amelia Kerr 7(6) [4s-1]
</p>
<p>
Over Summary: 4 4 1 0 0 W (9 runs)Nandani Sharma0(3)Shree Charani10(6)Nandani Sharma0(3)Nandani SharmaShree CharaniSanskriti Gupta DCW 145-100(3)Shree Charani10(6)10(6)Sanskriti Gupta1-0-9-11-0-9-1
</p>
<p>
Over Summary: W B1 1 0 1 W (3 runs)Minnu Mani7(6)Shree Charani1(3)Minnu Mani7(6)Minnu ManiShree CharaniAmelia Kerr DCW 136-97(6)Shree Charani1(3)1(3)Amelia Kerr4-0-24-34-0-24-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->