<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-30T20:58:35.282Z">
<
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 128/2 (12.1) vs CSK
127 (Riyan Parag 14(11) Yashasvi Jaiswal 38(36)) | Rajasthan Royals vs Chennai Super Kings, 3rd 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 128/2 (12.1) vs CSK
127 (Riyan Parag 14(11) Yashasvi Jaiswal 38(36)) | Rajasthan Royals vs Chennai Super Kings, 3rd 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>
Matthew Short to Yashasvi Jaiswal, 1 run, Rajasthan Royals win by 8 wickets. This is a big win for them. Handshakes all around. Few friendly words between Jaiswal and Gaikwad. Short drifts it in from round the wicket, Jaiswal nudges it into the mid-wicket and ambles across to the other end
</p>
<p>
View all overs
</p>
<p>
Matt Henry to Riyan Parag, no run, speared into the blockhole, Parag is happy to dig it back to Henry
</p>
<p>
Matt Henry to Riyan Parag, wide, bouncer around off, Parag was on his toes as he attempts the ramp but can't make contact. The square leg umpire did not signal the wide but Parag got it overturned
</p>
<p>
Matt Henry to Yashasvi Jaiswal, 1 run, 125.8ks dug into the surface, Jaiswal rides the bounce and pulls through mid-wicket
</p>
<p>
Matt Henry to Riyan Parag, 1 run, full pitcher close to off, Parag drives it down to long-on
</p>
<p>
Matt Henry to Yashasvi Jaiswal, 1 run, shortens the length around off, Jaiswal pulls to deep mid-wicket and settles with a single
</p>
<p>
Matt Henry to Yashasvi Jaiswal, 2 runs, pushed wider of off-stump, Jaiswal goes hard and drags it off the inner half to mid-wicket, easy couple
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->