<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-06T03:44:16.278Z">
<
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 | DC 161/2 (18.1) vs RR
160/6 (Rishabh Pant 13(4) David Warner 52(41)) | Rajasthan Royals vs Delhi Capitals, 58th Match, Indian Premier League 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | DC 161/2 (18.1) vs RR
160/6 (Rishabh Pant 13(4) David Warner 52(41)) | Rajasthan Royals vs Delhi Capitals, 58th Match, Indian Premier League 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
Kuldeep Sen to Warner, 3 runs, pulled hard to midwicket who misfields, it's running away to the boundary but Parag sprints after it, dives and pulls it back in just for kicks. They've run three anyway. Comfortable win for Delhi
</p>
<p>
View all overs
</p>
<p>
Chahal to Pant, SIX, same story as the fourth ball, Pant advances, Chahal pushes it wide, but there's no escaping as the ball is launched over extra cover. Just three needed
</p>
<p>
Chahal to Pant, no run, leaves this alone outside off as it's quite wide, but the ball turns in and is deemed not to be a wide
</p>
<p>
Chahal to Warner, 1 run, driven to sweeper cover
</p>
<p>
Chahal to Pant, 1 run, attempts a slog-sweep first ball but mistimes it through midwicket
</p>
<p>
Chahal to Mitchell Marsh, out Caught by Kuldeep Sen!! Tries to sweep a delivery that's quite full and top-edges it! A dolly for short fine leg. Brilliant knock from Marsh who's almost done the job for DC. Shouldn't lose it from here. Mitchell Marsh c Kuldeep Sen b Chahal 89(62) [4s-5 6s-7]
</p>
<p>
View all overs
</p>
<p>
Boult to Warner, no run, backs away but is outsmarted by Boult who bowls it wide outside off. Warner has to reach out as he taps it to point
</p>
<p>
Boult to Warner, FOUR, short into the body, Warner pulls it away behind square and it's another boundary off the over
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->