<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-27T22:58:15.208Z">
<
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 IND 300/2 (41.4) vs WI
295/7 (Virat Kohli 139(88) Ruturaj Gaikwad 13(19)) | India vs West Indies, 1st ODI, West Indies tour of India, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IND 300/2 (41.4) vs WI
295/7 (Virat Kohli 139(88) Ruturaj Gaikwad 13(19)) | India vs West Indies, 1st ODI, West Indies tour of India, 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>
Keacy Carty to Virat Kohli, SIX, Virat Kohli fittingly finishes things off in style! 130.8kph, short and angling down leg, the right-hander pulls hard and dispatches it over fine leg. Ninth six in the match for Kohli - the most he has hit in an ODI. He's made a mockery of this WI bowling attack. India win by 8 wickets with 50 balls to spare
</p>
<p>
Keacy Carty to Virat Kohli, SIX, you just can't bowl there! 122.1kph, a proper hit-me delivery. On a length and angling in towards leg, Kohli brings those trademark wrists into play to whip it away powerfully over deep backward square leg
</p>
<p>
Keacy Carty to Ruturaj Gaikwad, 1 run, 123.3kph, shortish ball, turned through midwicket
</p>
<p>
Keacy Carty to Virat Kohli, 1 run, goes too hard on the heave and inside-heaves to deep midwicket
</p>
<p>
Keacy Carty to Virat Kohli, 3 wides, darts a length ball down leg, even a diving Shai Hope can't stop it cleanly. Gets a hand on it and the batters run two
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->