<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T14:23:52.770Z">
<
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 | Gujarat Giants Women vs UP Warriorz Women, 2nd Match, Womens Premier League 2026-->
<
script>
let title =
'Cricket commentary | Gujarat Giants Women vs UP Warriorz Women, 2nd 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>
1 W 1 6 4 4 (16 runs)UPW 197-8Asha Sobhana27(10)Shikha Pandey1(1)Sophie Devine4-0-55-2
</p>
<p>
Sophie Devine to Asha Sobhana, FOUR, 16 off the last over, but GG win by 10 runs - fuller length delivery on the stumps, Sobhana swings and gets a thick inside edge, runs away past the keeper and onto the ropes
</p>
<p>
Sophie Devine to Asha Sobhana, FOUR, lovely, low full-toss on off, Sobhana backs away, opens the face of the bat and then drives it up and over cover, bounces away to the ropes
</p>
<p>
Sophie Devine to Asha Sobhana, SIX, clubbed, on a length and at the stumps - Sobhana gets down low and swings it high over mid-wicket - the fielder in the deep lunges back, but the ball drops over her
</p>
<p>
Sophie Devine to Shikha Pandey, 1 run, a half-chance, but Rajeshwari can't get around in time, on a good length and just outside off - driven uppishly and over cover - Rajeshwari runs back and might've just got a fingertip, but she can't hold on
</p>
<p>
Sophie Devine to Ecclestone, out Caught by Kashvee Gautam!! That's the end of Ecclestone - low full-toss and she doesn't get hold of the drive, opens the face of the bat and then slices it straight into the hands of Gautam at cover. Ecclestone c Kashvee Gautam b Sophie Devine 11(8) [4s-2]
</p>
<p>
Sophie Devine to Asha Sobhana, 1 run, Devine keeps it full and at the stumps - eased down to long-on for a single
</p>
<p>
Over Summary: 1 W 1 6 4 4 (16 runs)Asha Sobhana27(10)Shikha Pandey1(1)Asha Sobhana27(10)Asha SobhanaShikha PandeySophie Devine UPW 197-827(10)Shikha Pandey1(1)1(1)Sophie Devine4-0-55-24-0-55-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->