<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-16T05:19:36.400Z">
<
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 CISW 81 vs WSMW
120/4 (Maya Piakura 1(1) ) | Cook Islands Women vs Samoa Women, 17th Match, Thu, Sep 7, ICC Womens T20 World Cup East Asia Pacific Region Qualifier 2023 | Cricbuzz.com-->
<
script>
let title =
'CISW 81 vs WSMW
120/4 (Maya Piakura 1(1) ) | Cook Islands Women vs Samoa Women, 17th Match, Thu, Sep 7, ICC Womens T20 World Cup East Asia Pacific Region Qualifier 2023 | Cricbuzz.com';
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 W 1 W (2 runs)CISW 81-10Tapuaiva Piakura0(1)Maya Piakura1(1)Aunoa Iopu1-0-2-3
</p>
<p>
Aunoa Iopu to Tapuaiva Piakura, out Bowled!! Tapuaiva Piakura b Aunoa Iopu 0(1)
</p>
<p>
Aunoa Iopu to Maya Piakura, 1 run
</p>
<p>
Aunoa Iopu to Tailor Maika, out Caught by Taofi Lafai!! Tailor Maika c Taofi Lafai b Aunoa Iopu 9(12) [4s-1]
</p>
<p>
Aunoa Iopu to Tailor Maika, no run
</p>
<p>
Aunoa Iopu to Daena Kataina, out Caught&Bowled!! Daena Kataina c and b Aunoa Iopu 12(15) [4s-1]
</p>
<p>
Aunoa Iopu to Tailor Maika, 1 run
</p>
<p>
0 0 2 4 1 N Wd 0 (9 runs)CISW 78-7Daena Kataina11(13)Tailor Maika8(9)Tuaoloa Semau3-1-16-1
</p>
<p>
Tuaoloa Semau to Daena Kataina, no run
</p>
<p>
Tuaoloa Semau to Daena Kataina, wide
</p>
<p>
Tuaoloa Semau to Daena Kataina, no ball
</p>
<p>
Tuaoloa Semau to Tailor Maika, 1 run
</p>
<p>
Tuaoloa Semau to Tailor Maika, FOUR
</p>
<p>
Tuaoloa Semau to Tailor Maika, 2 runs
</p>
<p>
Tuaoloa Semau to Tailor Maika, no run
</p>
<p>
Over Summary: 1 W 0 W 1 W (2 runs)Tapuaiva Piakura0(1)Maya Piakura1(1)Tapuaiva Piakura0(1)Tapuaiva PiakuraMaya PiakuraAunoa Iopu CISW 81-100(1)Maya Piakura1(1)1(1)Aunoa Iopu1-0-2-31-0-2-3
</p>
<p>
Over Summary: 0 0 2 4 1 N Wd 0 (9 runs)Daena Kataina11(13)Tailor Maika8(9)Daena Kataina11(13)Daena KatainaTailor MaikaTuaoloa Semau CISW 78-711(13)Tailor Maika8(9)8(9)Tuaoloa Semau3-1-16-13-1-16-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->