<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-13T03:45:05.824Z">
<
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 219/6 (43.2) vs SL
215 (Kuldeep Yadav 10(10) KL Rahul 64(103)) | India vs Sri Lanka, 2nd ODI, Sri Lanka tour of India, 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IND 219/6 (43.2) vs SL
215 (Kuldeep Yadav 10(10) KL Rahul 64(103)) | India vs Sri Lanka, 2nd ODI, Sri Lanka tour of India, 2023 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>
Kumara to Kuldeep Yadav, FOUR, back of a length delivery, Kuldeep Yadav stands tall and flat-bats it straight of mid-off. The ball slowly dribbles away to hit the fence. India win the series with a 4-wicket victory!
</p>
<p>
Kumara to Kuldeep Yadav, no run, moves leg-side and misses the cut
</p>
<p>
View all overs
</p>
<p>
Rajitha to Rahul, FOUR, bouncer, Rahul pulls hard and gets a fat top-edge that flies over the keeper's head. Scores level!
</p>
<p>
Rajitha to Rahul, no run, bouncer, Rahul ducks under it
</p>
<p>
Rajitha to Rahul, FOUR, cuts in off the deck and cramps the batsman for room. Too close to be cutting and Rahul gets a thick inside edge that eludes the sticks and runs away to fine leg for four! Streaky but India won't mind
</p>
<p>
Rajitha to Rahul, no run, driven straight to mid-off
</p>
<p>
Rajitha to Rahul, FOUR, fuller and straighter, quick hands from Rahul who flicks it away through backward square leg. The man in the deep dives to his right but can't stop it from hitting the fence. Just nine runs needed now
</p>
<p>
Rajitha to Rahul, no run, off-speed ball, a low full toss and that's been pushed back at the bowler
</p>
<p>
View all overs
</p>
<p>
Kumara to Kuldeep Yadav, FOUR, that's a top shot from Kuldeep Yadav! Makes room by backing away and cuts this short ball up and over backward point
</p>
<p>
Kumara to Kuldeep Yadav, no run, fuller in length, blocked
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->