<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-08T00:33:51.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 WI 137 vs IND
225/3 (Jason Holder 9(12) ) | West Indies vs India, 3rd ODI, India tour of West Indies, 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WI 137 vs IND
225/3 (Jason Holder 9(12) ) | West Indies vs India, 3rd ODI, India tour of West Indies, 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Chahal to Jayden Seales, out Caught by Shubman Gill!! Jayden Seales is the last man out! This is India's 12th consecutive ODI series win against the West Indies. Chahal finishes off with a four-wicket haul. A nicely tossed up delivery around middle and Jayden Seales goes down on his knee to play the sweep shot. A thick top edge is induced and Gill back pedals at short fine leg and completes the formalities. Jayden Seales c Shubman Gill b Chahal 0(4)
</p>
<p>
Chahal to Jayden Seales, no run, looks to defend this one, but the ball clips his pads and lobs towards the on-side
</p>
<p>
Chahal to Jayden Seales, no run, appeal for an lbw, but the umpire isn't interested. Was a leg-break from round the wicket and Jayden Seales got beaten due to the spin. Struck on the pads, but there was an inside edge probably
</p>
<p>
Chahal to Jayden Seales, no run, tossed up delivery around middle and leg, Jayden Seales pushes it back to the bowler
</p>
<p>
Chahal to Hayden Walsh, out Caught by Dhawan!! Catching practice for Dhawan at slip, his third catch of the innings - loopy leg-break wide of off, spun back into the left-hander who was caught in between driving and defending - ended up stabbing at that, gets a thick edge and Dhawan wouldn't have had a simpler chance. Hayden Walsh c Dhawan b Chahal 10(8) [4s-2]
</p>
<p>
Chahal to Holder, 1 run, flighted delivery on off, Holder makes room and pushes it square on the off-side for a single
</p>
<p>
View all overs
</p>
<p>
Thakur to Hayden Walsh, no run, Shardul keeps it full and just outside off, Walsh has a big swish and misses
</p>
<p>
Thakur to Holder, 1 run, on a good length and just outside off, eased in front of square on the off-side for a single
</p>
<p>
Thakur to Hayden Walsh, 1 run, fuller length delivery on off, driven to the right of mid-off for a quick single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->