<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T19:36:56.479Z">
<
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 147/2 (14.2) vs DC
142/8 (Finn Allen 100(47) Cameron Green 33(27)) | Delhi Capitals vs Kolkata Knight Riders, 51st 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 147/2 (14.2) vs DC
142/8 (Finn Allen 100(47) Cameron Green 33(27)) | Delhi Capitals vs Kolkata Knight Riders, 51st 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>
Mukesh Kumar to Finn Allen, SIX, century for Finn Allen and KKR win! Cameron Green is all smiles and gives Allen a hug. The centurion now removes his helmet and raises the bat. It was a short of length delivery from over the wicket and Allen heaved it over deep midwicket to wrap up the proceedings in style
</p>
<p>
Mukesh Kumar to Cameron Green, 1 run, back of a length, tucked through backward square leg for a single
</p>
<p>
View all overs
</p>
<p>
Kuldeep Yadav to Finn Allen, no run, Kuldeep has a wry smile on his face. It was on the shorter side and Finn Allen went back to pull it over midwicket. But, he toe-ends it to the left of the bowler
</p>
<p>
Kuldeep Yadav to Finn Allen, SIX, Finn Allen moves into the 90s with a monstrous hit! 86.8kph, tossed up ball, full and in the slot, Finn Allen gets down on one leg to nail the slogsweep. Dispatched over cow corner for a 98m six
</p>
<p>
Kuldeep Yadav to Finn Allen, 2 runs, 86.4kph, Allen goes on the back foot to flick and inside-edges this legbreak towards fine leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->