<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-23T11:20:15.525Z">
<
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 | RR 189/6 (19.4) vs PBKS
187/5 (Dhruv Jurel 10(4) Trent Boult 1(2)) | Punjab Kings vs Rajasthan Royals, 66th Match, Fri, May 19, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | RR 189/6 (19.4) vs PBKS
187/5 (Dhruv Jurel 10(4) Trent Boult 1(2)) | Punjab Kings vs Rajasthan Royals, 66th Match, Fri, May 19, Indian Premier League 2023 | Cricbuzz.com';
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>
Rahul Chahar to Dhruv Jurel, SIX, the super over will have to wait this season. Dhruv Jurel dances down like a house on fire and smashes it over long-off. Got to the pitch of the ball and clubbed it over the fence. RR win. They are 0.03 behind RCB on the table
</p>
<p>
Rahul Chahar to Boult, 1 run, fuller length delivery, Boult whips that down to deep mid for a single. He is happy with the single. 5 needed now. Up for a super over?
</p>
<p>
Rahul Chahar to Dhruv Jurel, 1 run, gets too close to the ball and drills it down to long-off for a single. 6 needed off the final four balls
</p>
<p>
Rahul Chahar to Dhruv Jurel, 2 runs, the third umpire has been called in. I feel Jurel has made it with the dive. That was turned away on to the on-side and the throw from the deep wasn't a great one. Jurel always wanted a second. He made it
</p>
<p>
4 1 1 4 W 0 (10 runs)RR 179-6Trent Boult0(1)Dhruv Jurel1(1)Sam Curran4-0-46-1
</p>
<p>
Sam Curran to Boult, no run, Boult at 8 tells you the batting line up for RR is very thin. Was cue-ended down to deep mid. Rahul Chahar will bowl it. They didn't take the single. So, Jurel will be on strike.
</p>
<p>
Sam Curran to Hetmyer, out Caught by Dhawan!! Curran wins the little battle. But Hetmyer had done the damage I feel. Was a fuller ball, outside off, Hetmyer wanted to go over cover again but cue-ended the shot owing to the lack of pace on the ball. The ball was dipping on Dhawan but he did well to grab it by diving forward. 9 still needed and the set batter is gone. Hetmyer c Dhawan b Sam Curran 46(28) [4s-4 6s-3]
</p>
<p>
Sam Curran to Hetmyer, FOUR, that's too easy for Hetmyer! Length delivery, outside off, sits up and Hetmyer hits that on top of the bounce and slams it over cover. He moves to 46
</p>
<p>
Sam Curran to Dhruv Jurel, 1 run, punches a slower ball, finds the man at deep cover. Another single. RR won't topple RCB tonight...
</p>
<p>
Over Summary: 4 1 1 4 W 0 (10 runs)Trent Boult0(1)Dhruv Jurel1(1)Trent Boult0(1)Trent BoultDhruv JurelSam Curran RR 179-60(1)Dhruv Jurel1(1)1(1)Sam Curran4-0-46-14-0-46-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->