<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-01-22T12:53:26.616Z">
<
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 | Delhi Capitals Women vs Gujarat Giants Women, 4th Match, Womens Premier League 2026-->
<
script>
let title =
'Cricket commentary | Delhi Capitals Women vs Gujarat Giants Women, 4th 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 0 1 W 0 (2 runs)DCW 205-5Sneh Rana0(1)Marizanne Kapp1(2)Sophie Devine3-0-21-2
</p>
<p>
Sophie Devine to Sneh Rana, no run, slower-ball and just outside off, Sneh Rana sinks low and swipes, misses and the Giants have escaped to a win, Mooney is all smiles as is Devine. Gardner fist-pumps as she runs in to celebrate. Jemi with a disappointed expression on her face as the camera pans to the DC dugout
</p>
<p>
Sophie Devine to Wolvaardt, out Caught by Wareham!! Wolvaardt finds deep mid-wicket. The Giants are elated. Full just outside off, Wolvaardt swipes and she picks out Wareham. She won't drop it. Celebrations in the Giants' camp. Wolvaardt c Wareham b Sophie Devine 77(38) [4s-9 6s-3]
</p>
<p>
Sophie Devine to Marizanne Kapp, 1 run, full on leg-stump, Marizanne Kapp gets forward and flicks to deep mid-wicket
</p>
<p>
Sophie Devine to Marizanne Kapp, no run, good length outside off, Marizanne Kapp gets forward and punches it back to Sophie Devine. A dot
</p>
<p>
Sophie Devine to Jemimah Rodrigues, out Caught by Beth Mooney!! Gloved and gone. The finger goes up late. Jemi reviews. Drama here. Full outside off, Jemimah Rodrigues shuffles across and is early into the shot, flicks the strapping on the glove and that should be out. Simple catch for Beth Mooney. UltraEdge picks up the spike and Jemi has to go. It took the strapping and then went off the arm. Jemimah Rodrigues c Beth Mooney b Sophie Devine 15(9) [4s-2]
</p>
<p>
Over Summary: 1 W 0 1 W 0 (2 runs)Sneh Rana0(1)Marizanne Kapp1(2)Sneh Rana0(1)Sneh RanaMarizanne KappSophie Devine DCW 205-50(1)Marizanne Kapp1(2)1(2)Sophie Devine3-0-21-23-0-21-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->