<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T17:58:09.045Z">
<
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 139/6 (19.4) vs RCB
138/7 (Eoin Morgan 5(7) Shakib Al Hasan 9(6)) | Royal Challengers Bangalore vs Kolkata Knight Riders, Eliminator, Indian Premier League 2021 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | KKR 139/6 (19.4) vs RCB
138/7 (Eoin Morgan 5(7) Shakib Al Hasan 9(6)) | Royal Challengers Bangalore vs Kolkata Knight Riders, Eliminator, Indian Premier League 2021 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>
Christian to Shakib, 1 run, jams a yorker into the pitch and it's an easy single. RCB knocked out while KKR will play DC in the second qualifier
</p>
<p>
Christian to Morgan, 1 run, back of a length outside off, chopped in front of point for a quick single. Scores level with three balls left
</p>
<p>
Christian to Shakib, 1 run, dances down to a ball that's been shortened, tries to pull but gets a thick bottom-edge into the on-side
</p>
<p>
Christian to Shakib, FOUR, well they're not going to be alive for long. Shakib walks across and scoops a slower ball over short fine. Elation in the KKR dugout
</p>
<p>
View all overs
</p>
<p>
George Garton to Morgan, no run, he goes for it but connects thin air. Ooooh we're going into the final over with KKR needing 7. Dug in short outside off, Morgan looks to pull but doesn't get close
</p>
<p>
George Garton to Morgan, 1 run, short of length delivery outside off, steered down to third
</p>
<p>
George Garton to Morgan, no run, 134kph, back of a length delivery wide of off, Morgan looks to cut but misses. Tense faces in the crowd. Some KKR fans look nervous
</p>
<p>
George Garton to Morgan, 2 runs, full on middle and leg, Morgan flicks in the gap for a couple
</p>
<p>
George Garton to Shakib, 1 run, back of a length on middle, Shakib tucks it behind square
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->