<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-22T22:44:29.636Z">
<
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 30/3 (5) vs IND
32/4 (Alexander Shirai-Patmore 2(3) Benjamin Ito-Davis 9(8)) | Japan vs India, One-off T20I, India tour of Japan, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'JPN 30/3 (5) vs IND
32/4 (Alexander Shirai-Patmore 2(3) Benjamin Ito-Davis 9(8)) | Japan vs India, One-off T20I, India tour of Japan, 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>
Axar Patel to Alexander Shirai-Patmore, 1 run, India keep their composure under pressure and clinch a thrilling two-run victory. This was a lot slower through the air on leg, Alexander Shirai-Patmore looks to drag it away, doesn't middle it though. Just a single to end the match and India win the one-off T20I in Japan. That went right down to the wire and would have sent a few Indian hearts racing
</p>
<p>
Axar Patel to Benjamin Ito-Davis, 1 run, tad short outside off, Benjamin Ito-Davis slaps it down the ground to long-off for a single
</p>
<p>
Axar Patel to Alexander Shirai-Patmore, 1 run, slogged through mid-wicket for a single
</p>
<p>
Axar Patel to Alexander Shirai-Patmore, no run, similar to the previous delivery, yet another wide ball down the leg-side. Alexander Shirai-Patmore was going for the reverse sweep again. Samson and Axar are not happy with that decision. Shreyas Iyer is having a chat with the square leg umpire - Chris Brown. Now, both the umpires get into a discussion, but the on-field call stays. Hang on! The decision has been reversed. This is a big call. Axar was not happy, he voiced his displeasure to umpire Chris Thurgate. Then, Iyer walked up to umpire Brown and asked him to intervene. There was a chat between the two umpires and the decision was overturned
</p>
<p>
Axar Patel to Alexander Shirai-Patmore, wide, that's a wide ball down the leg-side, Alexander Shirai-Patmore was going for the reverse sweep, but Axar Patel with an extra
</p>
<p>
Axar Patel to Benjamin Ito-Davis, 1 run, tad short around off, Benjamin Ito-Davis swings hard, but loses his shape while playing this shot. Miscues it towards deep mid-off for a single. The fielder is quick to move in and get rid of the ball
</p>
<p>
Axar Patel to Benjamin Ito-Davis, no run, lovely delivery around off, spinning away from the batsman, Benjamin Ito-Davis swings and misses
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->