<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-26T19:33:18.177Z">
<
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 175/9 (20) vs RR
205/8 (Shardul Thakur 10(11) AM Ghazanfar 2(3)) | Mumbai Indians vs Rajasthan Royals, 69th 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 175/9 (20) vs RR
205/8 (Shardul Thakur 10(11) AM Ghazanfar 2(3)) | Mumbai Indians vs Rajasthan Royals, 69th 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>
Dasun Shanaka to Shardul Thakur, no run, looks at the RR roar, they're through to the playoffs, yorker length delivery outside off, Shardul shuffled across on the paddle, then tried to run it past the keeper, ends up doing nothing
</p>
<p>
Dasun Shanaka to AM Ghazanfar, 1 run, low full-toss outside off - Ghazanfar toe-ends the lofted drive and the ball drops well in front of long-off
</p>
<p>
Dasun Shanaka to Shardul Thakur, 1 run, fuller length delivery outside off - drilled down to long-on and he does take the run now
</p>
<p>
Dasun Shanaka to Shardul Thakur, no run, yorker length delivery outside off - Shardul goes hard on the drive and the under-edge bounces back past the leg-stump
</p>
<p>
Dasun Shanaka to Shardul Thakur, no run, low full-toss outside off - Shardul swings across the line and toe-ends it to long-on, refuses the single
</p>
<p>
Dasun Shanaka to Shardul Thakur, FOUR, full-toss outside off and Shardul went hard on the drive, finds the gap wide of extra-cover and the ball runs away to the ropes
</p>
<p>
View all overs
</p>
<p>
Brijesh Sharma to AM Ghazanfar, no run, yorker length delivery outside off - Ghazanfar swipes and misses, that was close to taking the off-stump
</p>
<p>
Brijesh Sharma to Shardul Thakur, 1 run, slower ball wide of off, driven past cover for a single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->