<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T19:34:54.300Z">
<
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 | RCB 203/6 (19) vs LSG
209/3 (Romario Shepherd 23(15) Krunal Pandya 28(16)) | Lucknow Super Giants vs Royal Challengers Bengaluru, 50th 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 | RCB 203/6 (19) vs LSG
209/3 (Romario Shepherd 23(15) Krunal Pandya 28(16)) | Lucknow Super Giants vs Royal Challengers Bengaluru, 50th 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>
View all overs
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, 1 run, full delivery, driven down to long-off and LSG win by 9 runs
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, 2 runs, miscues the slogsweep to deep midwicket for just a brace
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, FOUR, this game is still alive. Length ball, Shepherd heaves hard across the line and inside-halves to deep backward square-leg
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, wide, Digvesh goes wide as he shortens the length. Shepherd slashes and misses. Goes over the top-edge. Rishabh Pant breaks the stumps but Shepherd is in
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, no run, Shepherd gets down to slogsweep and misses the googly to get hit on the pad
</p>
<p>
Digvesh Singh Rathi to Krunal Pandya, 1 run, width on offer, Krunal slaps it to sweeper cover. A slight fumble in the deep but it's just a single
</p>
<p>
Digvesh Singh Rathi to Romario Shepherd, leg byes, 1 run, googly on a length, Shepherd heaves and misses. The ball rolls to backward point off the thigh pad
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->