<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-14T09:03:53.828Z">
<
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 194/4 (19.1) vs KKR
192/4 (Jitesh Sharma 8(5) Virat Kohli 105(60)) | Royal Challengers Bengaluru vs Kolkata Knight Riders, 57th 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 194/4 (19.1) vs KKR
192/4 (Jitesh Sharma 8(5) Virat Kohli 105(60)) | Royal Challengers Bengaluru vs Kolkata Knight Riders, 57th 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>
Saurabh Dubey to Jitesh Sharma, FOUR, slow and short from round the wicket, Jitesh Sharma stands tall and pulls hard to the right of long-on. Boundary to wrap up the proceedings as RCB win by 6 wickets
</p>
<p>
View all overs
</p>
<p>
Vaibhav Arora to Jitesh Sharma, 1 run, slower ball, Jitesh is early into the pull and under-edges to the right of the keeper. Single taken
</p>
<p>
Vaibhav Arora to Virat Kohli, 1 run, full toss on the pads, Kohli flicks and misses. The ball rolls towards short fine leg off the pad. Arora wants the review. The impact is clearly outside leg. Well, well, there's a spike on UltraEdge as well. So, it's one more run for Kohli
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->