<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-05T20:00:36.752Z">
<
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 Cricket commentary | India vs West Indies, 1st Test, West Indies tour of India, 2025-->
<
script>
let title =
'Cricket commentary | India vs West Indies, 1st Test, West Indies tour of India, 2025';
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>
Kuldeep Yadav to Jayden Seales, out Caught&Bowled!! Taken! India win by an innings and 140 runs. That has hurt Kuldeep. Flighted delivery, right in the slot for Seales and he does not hold back, drills it straight at Kuldeep and the ball hits him on the chest before popping up, he hangs on to the rebound and completes the formalities. Jayden Seales c and b Kuldeep Yadav 22(12) [4s-1 6s-2]
</p>
<p>
0 1 1 N6 2 2 1 (14 runs)WI 146-9Jayden Seales22(11)Khary Pierre13(28)Ravindra Jadeja13-3-54-4
</p>
<p>
Jadeja to Jayden Seales, 1 run, this is smart batting. He is backing away and trying to hit down the ground. Once again short of length, Seales makes room and slaps it over Jadeja, Bumrah tidies up from long-off
</p>
<p>
Jadeja to Jayden Seales, 2 runs, short and outside off, Seales backs away and cracks it in front of square, couple more
</p>
<p>
Jadeja to Jayden Seales, 2 runs, tossed up on off, Seales goes for the slog sweep and gets a big top-edge, the ball lands safely near deep square leg and the duo scamper back for the second
</p>
<p>
Jadeja to Jayden Seales, no ball, SIX, shot! Seales is having fun. This is a fabulous shot. Flighted delivery around off, he makes room and lofts it over long-off. No problems clearing the rope. Jadeja has overstepped as well..
</p>
<p>
Over Summary: 0 1 1 N6 2 2 1 (14 runs)Jayden Seales22(11)Khary Pierre13(28)Jayden Seales22(11)Jayden SealesKhary PierreRavindra Jadeja WI 146-922(11)Khary Pierre13(28)13(28)Ravindra Jadeja13-3-54-413-3-54-4
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->