<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-04T13:24:59.522Z">
<
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 169/3 (18.2) vs SRH
165 (Rinku Singh 22(11) Cameron Green 3(3)) | Sunrisers Hyderabad vs Kolkata Knight Riders, 45th 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 169/3 (18.2) vs SRH
165 (Rinku Singh 22(11) Cameron Green 3(3)) | Sunrisers Hyderabad vs Kolkata Knight Riders, 45th 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>
Eshan Malinga to Rinku Singh, FOUR, Rinku Singh hits the winning runs! Short ball, the left-hander walks forward and across the slam the pull well in front of square on the leg-side. The ball reaches the fence in a jiffy and KKR win by 7 wickets
</p>
<p>
Eshan Malinga to Rinku Singh, FOUR, 141.7kph, fullish delivery outside the leg-stump, Rinku backs away and brings his wrists into play to chip it over mid-on. A couple of bounces and into the fence. Scores level
</p>
<p>
Eshan Malinga to Rinku Singh, wide, tries to bowl the slower one and ends up bowling it down leg
</p>
<p>
View all overs
</p>
<p>
Sakib Hussain to Rinku Singh, 1 run, 113.9kph, off-speed back of a length, heaved away to deep square leg
</p>
<p>
Sakib Hussain to Rinku Singh, no run, 132kph, short ball, Rinku belatedly tries to upper-cut and misses
</p>
<p>
Sakib Hussain to Rinku Singh, no run, 139.3kph, full and down leg, a shuffling Rinku flicks and misses. That's not been wided and Rinku reviews it. The TV umpire also deems it as a fair delivery as the batter moved across. KKR lose a review and there's a chat between the umpire and Cummins
</p>
<p>
Sakib Hussain to Rinku Singh, no run, 131.2kph, short ball, Rinku Singh sways away from it
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->