<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-15T21:36:44.112Z">
<
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 149/5 (15.1) vs LSG
146 (Romario Shepherd 14(8) Tim David 14(8)) | Royal Challengers Bengaluru vs Lucknow Super Giants, 23rd 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 149/5 (15.1) vs LSG
146 (Romario Shepherd 14(8) Tim David 14(8)) | Royal Challengers Bengaluru vs Lucknow Super Giants, 23rd 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>
George Linde to Romario Shepherd, FOUR, short of length just outside off, Shepherd waits on the back foot to scythe it wide of backward point. The ball bullets away to the fence and RCB win by 5 wickets
</p>
<p>
View all overs
</p>
<p>
Avesh Khan to Romario Shepherd, 1 run, pitched up ball, driven hard and along the ground to long-off
</p>
<p>
Avesh Khan to Romario Shepherd, SIX, pace off and on a length, Shepherd spots it and swings mightily to clobber it over long-on
</p>
<p>
Avesh Khan to Tim David, 1 run, very full outside off, driven hard to the left of the bowler. A single to long-off
</p>
<p>
Avesh Khan to Romario Shepherd, 1 run, steered to third man
</p>
<p>
Avesh Khan to Romario Shepherd, no run, Shepherd pushes it to the right of backward point and there's a slight mix-up between the batters. Samad runs in and fails to collect the ball cleanly
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->