<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-19T11:53:44.793Z">
<
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 SL 284 & 206 vs IND
462 & 193 (Asitha Fernando 0(1) ) | Sri Lanka vs India, 1st Test, India tour of Sri Lanka 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SL 284 & 206 vs IND
462 & 193 (Asitha Fernando 0(1) ) | Sri Lanka vs India, 1st Test, India tour of Sri Lanka 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>
Manav Suthar to Keshara Nuwantha, out Bowled!! 10th wicket in the match for Manav Suthar and India win by 165 runs. Quicker delivery from the left-armer, the ball skids off the deck. Keshara Nuwantha stays back to defend and only manages to get a faint inside edge that goes onto clatter into the stumps. Suthar punches the air in delight. Keshara Nuwantha b Manav Suthar 20(69) [4s-3]
</p>
<p>
Manav Suthar to Keshara Nuwantha, 2 runs, driven through extra cover and the batters decide to come back for the second. A better throw would have made things interesting
</p>
<p>
Manav Suthar to Keshara Nuwantha, FOUR, fuller ball, Nuwantha gets inside the line as he gets low and nicely paddle-sweeps it to fine leg. The ball runs away to the fence
</p>
<p>
Manav Suthar to Keshara Nuwantha, no run, flat ball on a length, defended
</p>
<p>
View all overs
</p>
<p>
Ravindra Jadeja to Asitha Fernando, no run, a pleading appeal for caught behind. Jadeja and DDP are on their haunches as they appeal. Once again, Ahsan Raza is unmoved. Fernando looks to defend off the front foot but the ball spins away to beat the outside edge. Big spin after pitching around middle. Raza smiles, understanding the desperation of the Indians, as he calls over
</p>
<p>
Ravindra Jadeja to Keshara Nuwantha, 1 run, fuller in length and Nuwantha gets forward to turn it to midwicket
</p>
<p>
Ravindra Jadeja to Keshara Nuwantha, no run, another vociferous appeal for lbw, Ahsan Raza shakes his head. India discuss and Gill sends it upstairs with a second or two remaining. Clear inside edge onto the pads as Nuwantha lunges forward to block this length ball. India have lost all their reviews now
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->