<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T00:57:48.323Z">
<
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 518/5 (35.2) d & 124/3 vs WI
248 & 390 f/o (KL Rahul 58(108) Dhruv Jurel 6(6)) | India vs West Indies, 2nd Test, Fri, Oct 10, West Indies tour of India, 2025 | Cricbuzz.com-->
<
script>
let title =
'IND 518/5 (35.2) d & 124/3 vs WI
248 & 390 f/o (KL Rahul 58(108) Dhruv Jurel 6(6)) | India vs West Indies, 2nd Test, Fri, Oct 10, West Indies tour of India, 2025 | Cricbuzz.com';
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>
Warrican to Rahul, FOUR, KL Rahul hits the winning runs as India thump the West Indies by 7 wickets! Tad short on middle and leg, Rahul rocks back in the crease and works it through mid-wicket as the ball races away to the fence. Handshakes all-around as India complete a clinical performance. First Test series win for India under Shubman Gill's captaincy
</p>
<p>
Warrican to Rahul, no run, flatter through the air on leg, clips his pads on its way to the keeper
</p>
<p>
0 0 0 0 4 2 (6 runs)IND 120-3Dhruv Jurel6(6)KL Rahul54(106)Roston Chase9-2-36-2
</p>
<p>
Roston Chase to Dhruv Jurel, 2 runs, in the air but safe! Fraction short around off, Dhruv Jurel gets surprised due to the bounce as the outside edge flies past the fielder at slip. A couple of runs taken as scores are level
</p>
<p>
Roston Chase to Dhruv Jurel, FOUR, Dhruv Jurel opens his account with a boundary! This was fraction short outside off, kept straight as Dhruv Jurel played it late, steering it away to the third man boundary
</p>
<p>
Roston Chase to Dhruv Jurel, no run, rock solid with his front foot defence
</p>
<p>
Roston Chase to Dhruv Jurel, no run, quicker through the air on middle and leg, eased to silly mid-on
</p>
<p>
Over Summary: 0 0 0 0 4 2 (6 runs)Dhruv Jurel6(6)KL Rahul54(106)Dhruv Jurel6(6)Dhruv JurelKL RahulRoston Chase IND 120-36(6)KL Rahul54(106)54(106)Roston Chase9-2-36-29-2-36-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->