<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T13:25:55.493Z">
<
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 Royal Challengers Bengaluru Women, 1st Match, Womens Premier League 2026-->
<
script>
let title =
'Cricket commentary | Mumbai Indians Women vs Royal Challengers Bengaluru Women, 1st 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>
0 0 6 4 6 4 (20 runs)RCBW 157-7Nadine de Klerk63(44)Prema Rawat8(4)Nat Sciver-Brunt4-0-47-1
</p>
<p>
Nat Sciver-Brunt to de Klerk, FOUR, de Klerk’s done it! RCB pull off a heist at DY Patil! Arms aloft, she runs through for the winning runs as her teammates stream onto the field to mob her. What a knock - we saw this ice-cold finishing touch at the World Cup against India, and she’s produced it again on the opening night of the WPL. And the winning ball? A full delivery outside off, de Klerk makes room and drills it straight back down the ground - her favourite scoring zone - and right there is where the ball ends up, sealing a stunning RCB victory
</p>
<p>
Nat Sciver-Brunt to de Klerk, SIX, oh my! RCB need 2 from 1. What a turnaround. de Klerk is doing it all for RCB. Slower ball, not quite in the hitting length, but de Klerk backs away and manages to power it over cow corner. That was all power because there was no pace on the ball..
</p>
<p>
Nat Sciver-Brunt to de Klerk, FOUR, fifty for de Klerk. What a knock! She's done it before in the World Cup and is doing it for RCB now. Slower short of length delivery, angling down leg, de Klerk makes room and pulls it backward of square, just lands inside the rope
</p>
<p>
Nat Sciver-Brunt to de Klerk, SIX, whoa! de Klerk, you beauty! She's produced a maximum when RCB needed it the most. Full pitcher at the stumps, she moves away to give herself the space and pumps it over long-off
</p>
<p>
Nat Sciver-Brunt to de Klerk, no run, slower back of a length delivery, de Klerk backs away and splices the flat-batted hit, the ball goes up and lands in front of Harmanpreet at extra cover
</p>
<p>
Nat Sciver-Brunt to de Klerk, no run, back of a length angled in, de Klerk makes room and heaves it towards deep square leg, picks out the fielder and does not take the single
</p>
<p>
Over Summary: 0 0 6 4 6 4 (20 runs)Nadine de Klerk63(44)Prema Rawat8(4)Nadine de Klerk63(44)Nadine de KlerkPrema RawatNat Sciver-Brunt RCBW 157-763(44)Prema Rawat8(4)8(4)Nat Sciver-Brunt4-0-47-14-0-47-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->