<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-16T06:39:20.402Z">
<
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 JPN 4/0 (1) vs WSM
81 (Abhishek Anand 1(2) Kendel Fleming 3(4)) | Japan vs Samoa, Super Six, Match 8, ICC Men's T20 World Cup East Asia Pacific Qualifier 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'JPN 4/0 (1) vs WSM
81 (Abhishek Anand 1(2) Kendel Fleming 3(4)) | Japan vs Samoa, Super Six, Match 8, ICC Men's T20 World Cup East Asia Pacific Qualifier 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Japan need 78 runs';
let live_score =
'4-0(1)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Abhishek Anand';
let score =
'1';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Solomon Nash';
let overs =
'0';
let runs =
'0';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'4(6)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'4';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Saumani Tiai to Kendel Fleming, 2 runs
</p>
<p>
Saumani Tiai to Kendel Fleming, no run
</p>
<p>
Saumani Tiai to Kendel Fleming, no run
</p>
<p>
Saumani Tiai to Abhishek Anand, 1 run
</p>
<p>
Saumani Tiai to Abhishek Anand, no run
</p>
<p>
Saumani Tiai to Kendel Fleming, 1 run
</p>
<p>
Charlie Hara-Hinze to Noah Mead, out Bowled!! Noah Mead b Charlie Hara-Hinze 0(1)
</p>
<p>
Charlie Hara-Hinze to Samson Sola, out Caught by Sabaorish Ravichandran!! Samson Sola c Sabaorish Ravichandran b Charlie Hara-Hinze 1(4)
</p>
<p>
Charlie Hara-Hinze to Samson Sola, leg byes, 2 runs
</p>
<p>
Charlie Hara-Hinze to Daniel Burgess, 1 run
</p>
<p>
Charlie Hara-Hinze to Samson Sola, 1 run
</p>
<p>
View all overs
</p>
<p>
Ibrahim Takahashi to Daniel Burgess, no run
</p>
<p>
Ibrahim Takahashi to Daniel Burgess, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->