<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-07T21:26:04.273Z">
<
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 | MI 123/9 (11) vs RR
150/3 (Deepak Chahar 6(5) Jasprit Bumrah 5(2)) | Rajasthan Royals vs Mumbai Indians, 13th 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 | MI 123/9 (11) vs RR
150/3 (Deepak Chahar 6(5) Jasprit Bumrah 5(2)) | Rajasthan Royals vs Mumbai Indians, 13th 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 =
'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>
View all overs
</p>
<p>
Jofra Archer to Deepak Chahar, 1 run, Rajasthan Royals win by 27 runs. This is a convincing win and it makes it three in three to start the season. Short of length delivery, Chahar slices it to sweeper cover and not sure if Hetmyer spotted the ball, he hangs back instead of coming for the catch and collects it on the bounce. Happy faces in the Royals team with Parag doing a calm fist pump
</p>
<p>
Jofra Archer to Jasprit Bumrah, 1 run, 112.9ks slower short of length delivery, Bumrah pulls towards cow corner and settles with a single
</p>
<p>
Jofra Archer to Jasprit Bumrah, FOUR, nicely done! Short of length delivery outside off, Bumrah stands tall and telescopes it over backward point. He opened the bat face and managed to clear the inner ring with ease
</p>
<p>
Jofra Archer to Deepak Chahar, 1 run, full and at the stumps, Chahar drives it to long-on
</p>
<p>
Jofra Archer to Deepak Chahar, no run, slower ball at the stumps, Chahar stays leg-side and is early into the shot, misses and the ball lobs over the stumps
</p>
<p>
Jofra Archer to Trent Boult, out Trent Boult Run Out!! Brilliant stuff from Archer. He first nails the yorker, Boult makes room and jams it down the pitch. Chahar calls for a non-existent single. Archer runs in, collects the ball and takes his time before sending in a direct-hit at the non-striker's end. Boult is nowhere close to making his ground. Trent Boult run out (Jofra Archer) 1(2)
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->