<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-20T01:54:24.378Z">
<
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 | KKR 161/6 (19.4) vs RR
155/9 (Rinku Singh 53(34) Anukul Roy 29(16)) | Kolkata Knight Riders vs Rajasthan Royals, 28th 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 | KKR 161/6 (19.4) vs RR
155/9 (Rinku Singh 53(34) Anukul Roy 29(16)) | Kolkata Knight Riders vs Rajasthan Royals, 28th 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>
Brijesh Sharma to Rinku Singh, SIX, first win of the season for KKR! Banged in short and Rinku swivels to hook it over fine leg. Goes all the way. Fifty for Rinku Singh as well
</p>
<p>
Brijesh Sharma to Rinku Singh, no run, length ball, Rinku bends his back leg to swing across the line and misses to get hit on the pad. Anukul Roy is almost halfway down the pitch, gets sent back
</p>
<p>
Brijesh Sharma to Rinku Singh, FOUR, slow, full and outside off, Rinku stays leg-side and belts it through extra cover. Bullets away to the fence
</p>
<p>
Brijesh Sharma to Rinku Singh, FOUR, boundary to start the over! Off-speed short of length ball outside leg, Rinku waits and swivels to pull it behind square on the leg-side
</p>
<p>
View all overs
</p>
<p>
Jofra Archer to Anukul Roy, 2 runs, low full toss, Anukul swings hard and miscues towards the mid-off region. Rinku runs hard and comfortably comes back for the second. 12 runs off the over
</p>
<p>
Jofra Archer to Rinku Singh, 1 run, in the blockhole from round the wicket, Rinku opens the bat-face to send it through point for another single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->