<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-06T21:20:36.177Z">
<
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 25/2 (3.4)
(Ajinkya Rahane 8(6) Angkrish Raghuvanshi 7(7)) | Kolkata Knight Riders vs Punjab Kings, 12th 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 25/2 (3.4)
(Ajinkya Rahane 8(6) Angkrish Raghuvanshi 7(7)) | Kolkata Knight Riders vs Punjab Kings, 12th 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>
Xavier Bartlett to Ajinkya Rahane, no run, defended
</p>
<p>
Xavier Bartlett to Angkrish Raghuvanshi, 5 runs, what was a good ball, turns out to be five runs for the batter and KKR. Full delivery moving away, Raghuvanshi was kind of squared up and he pushed this off the outer half to mid-off. Shreyas took aim at the bowler's end to try a runout but he missed the target. There was no one at short fine leg or fine leg to back up. So Jansen cut across from the off-side and he tried to stop it with a slide. Ended up deflecting it away from Shashank Singh who was behind him to stop the ball. Runs away to the fence for four extra runs
</p>
<p>
Xavier Bartlett to Angkrish Raghuvanshi, no run, brilliant full outie finishing around off stump, Raghuvanshi gives the full face of the bat in his defence
</p>
<p>
Xavier Bartlett to Angkrish Raghuvanshi, no run, advances to kill the swing and defends it back to the bowler, who threatens to have a shy at the stumps to send the batter back
</p>
<p>
View all overs
</p>
<p>
Arshdeep Singh to Angkrish Raghuvanshi, 1 run, wristed through backward square leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->