<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T19:32:46.292Z">
<
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 IPL | CSK 208/5 (19.2) vs LSG
203/8 (Shivam Dube 15(7) Prashant Veer 18(12)) | Chennai Super Kings vs Lucknow Super Giants, 53rd Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | CSK 208/5 (19.2) vs LSG
203/8 (Shivam Dube 15(7) Prashant Veer 18(12)) | Chennai Super Kings vs Lucknow Super Giants, 53rd Match, Indian Premier League 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>
Aiden Markram to Shivam Dube, SIX, back-to-back sixes and CSK win by 5 wickets to move to the top half of the points table. Length ball from Markram and Shivam Dube clobbers it over deep midwicket
</p>
<p>
Aiden Markram to Shivam Dube, SIX, fullish outside off, it's in Dube's arc. Big swings of the willow to bludgeon it over long-on
</p>
<p>
Aiden Markram to Shivam Dube, wide, fuller ball but it's well outside off, nothing doing from Dube
</p>
<p>
Aiden Markram to Shivam Dube, wide, over the wicket, starts with a flat ball on a short of length well outside off, left alone
</p>
<p>
View all overs
</p>
<p>
Avesh Khan to Shivam Dube, 1 run, another pad-lined, Dube flicks to fine leg off the inner edge. 11 runs off the over but you got to feel for Avesh as two catches went down in two balls
</p>
<p>
Avesh Khan to Prashant Veer, 1 run, full on the pads, flicked to deep backward square leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->