<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T05:21:32.040Z">
<
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 225/3 (19.1) vs LSG
220/5 (Donovan Ferreira 16(10) Dhruv Jurel 53(38)) | Rajasthan Royals vs Lucknow Super Giants, 64th 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 | RR 225/3 (19.1) vs LSG
220/5 (Donovan Ferreira 16(10) Dhruv Jurel 53(38)) | Rajasthan Royals vs Lucknow Super Giants, 64th 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>
Shahbaz Ahmed to Donovan Ferreira, SIX, thumped, RR win and they strengthen their chances of making it to the playoffs - flighted delivery outside off and Ferreira hammered it off the back-foot, plenty of power behind the lofted drive and the man at long-off can only watch it soar over him
</p>
<p>
View all overs
</p>
<p>
Prince Yadav to Donovan Ferreira, 1 run, a chance and Pooran has put it down. LSG haven't helped themselves in the field tonight, not that this catch would've have mattered a lot - low full-toss and Ferreira doesn't get any elevation on the lofted drive. Hits it straight to long-on - Pooran ran in, covered good ground and let the ball pop out
</p>
<p>
Prince Yadav to Donovan Ferreira, no run, fuller length delivery outside off - drilled straight to the fielder at mid-off
</p>
<p>
Prince Yadav to Dhruv Jurel, 1 run, low full-toss on middle and leg, punched down to long-on for a single
</p>
<p>
Prince Yadav to Dhruv Jurel, SIX, hammered, back of a length and angling into the right-hander - Jurel swivels across, gets inside the line and uses Prince's pace to pull it over long leg, brings up his 5th fifty of the season
</p>
<p>
Prince Yadav to Dhruv Jurel, no run, full and at the pads, past Jurel's flick and lobs back off the pad towards the path of the bowler - Jurel wasn't sure about the ball and set-off for a quick single, he turns back quickly and slides back to beat the attempted shy
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->