<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-04T18:59:38.407Z">
<
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 WI 262 vs SL
303/7 (Shamar Joseph 23(22) ) | West Indies vs Sri Lanka, 1st ODI, Sri Lanka tour of West Indies 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WI 262 vs SL
303/7 (Shamar Joseph 23(22) ) | West Indies vs Sri Lanka, 1st ODI, Sri Lanka tour of West Indies 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Charith Asalanka to Jayden Seales, out Caught by Janith Liyanage!! Sri Lanka win by 41 runs! 74.7kph, Jayden Seales comes down the track to loft. He's nowhere close to the pitch of the delivery and outside-edges it towards backward point. Janith Liyanage comes in and takes the catch comfortably. Jayden Seales c Janith Liyanage b Charith Asalanka 2(6)
</p>
<p>
Charith Asalanka to Jayden Seales, no run, flighted outside off, chopped back to the bowler
</p>
<p>
View all overs
</p>
<p>
Dushmantha Chameera to Shamar Joseph, no run, 131.7kph, short of length, Shamar hops and nudges it into the leg-side
</p>
<p>
Dushmantha Chameera to Jayden Seales, 1 run, full delivery, Seales moves leg-side to drive it to long-on. Just a single off the free-hit
</p>
<p>
Dushmantha Chameera to Jayden Seales, no ball, 138.3kph, yorker, Seales sees it coming and digs it out
</p>
<p>
Dushmantha Chameera to Jayden Seales, no run, shortish ball, Seales is late on the pull and the ball rolls to midwicket off his glove/arm
</p>
<p>
Dushmantha Chameera to Shamar Joseph, 1 run, 135.2kph, yorker, jammed to long-on
</p>
<p>
Dushmantha Chameera to Jayden Seales, 1 run, 138.3kph, Seales drives this yorker length ball to mid-off
</p>
<p>
Dushmantha Chameera to Matthew Forde, out Bowled!! Fourth wicket for Chameera! 137kph, he nails the yorker from round the wicket. Forde walks across to flick and misses it altogether. The ball goes between his legs, no bat involved and Forde hears the death rattle. The ball crashed into the base of the off-stump. Matthew Forde b Dushmantha Chameera 15(26) [4s-1]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->