<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-30T19:46:15.002Z">
<
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 AUSW 127/2 (13) vs WIW
125/7 (Beth Mooney 61(36) Ashleigh Gardner 35(20)) | Australia Women vs West Indies Women, 1st Semi-Final, ICC Women's T20 World Cup 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'AUSW 127/2 (13) vs WIW
125/7 (Beth Mooney 61(36) Ashleigh Gardner 35(20)) | Australia Women vs West Indies Women, 1st Semi-Final, ICC Women's T20 World Cup 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
View all overs
</p>
<p>
Aaliyah Alleyne to Ashleigh Gardner, FOUR, flicks the gimme to the deep square fence and gets it done. Australia win by 8 wickets with 7 overs to spare - it's their 6th successive win this tournament as they book their slot in the finals for the 8th time in the history of T20 World Cups.
</p>
<p>
Aaliyah Alleyne to Beth Mooney, 1 run, backs away and heaves the 99ks length delivery to the left of deep square
</p>
<p>
Aaliyah Alleyne to Ashleigh Gardner, no ball, 1 run, oops! Aaliyah Alleyne disturbs the bails in her followthrough (off her boot) and serves a full ball on off that has been chipped down to long-on. Free-hit loading...
</p>
<p>
Aaliyah Alleyne to Ashleigh Gardner, FOUR, just one hit away now are the Aussies. Ashleigh Gardner meets the full ball with a straight bat and lifts it effortlessly over mid-off. Too good!
</p>
<p>
Aaliyah Alleyne to Ashleigh Gardner, leg byes, 2 runs, loopy full toss angling down leg, Gardner misses the sweep and gets it off her pads towards the short fine region
</p>
<p>
Aaliyah Alleyne to Beth Mooney, 1 run, misses the flick as the ball was sprayed outside leg stump, rolls off the pads down to fine leg for an easy single
</p>
<p>
Aaliyah Alleyne to Ashleigh Gardner, 1 run, back of a length just outside off, Gardner punches it to the left of Henry at sweeper cover
</p>
<p>
View all overs
</p>
<p>
Karishma Ramharack to Ashleigh Gardner, 1 run, allows the ball to spin and flicks it to the right of short fine
</p>
<p>
Karishma Ramharack to Beth Mooney, 1 run, shimmies out of her crease and chips the offbreak to the right of long-on
</p>
<p>
Karishma Ramharack to Beth Mooney, 2 runs, backs away and gets an inside-edge on the cut that travels into the mid-wicket pocket, allowing the duo to complete an easy double
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->