<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-07T01:56:57.125Z">
<
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 | DC 121 vs MI
180/5 (Dushmantha Chameera 8(10) ) | Mumbai Indians vs Delhi Capitals, 63rd Match, Indian Premier League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | DC 121 vs MI
180/5 (Dushmantha Chameera 8(10) ) | Mumbai Indians vs Delhi Capitals, 63rd Match, Indian Premier League 2025 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>
Bumrah to Mustafizur, out Bowled!! The middle stump is hammered and it's job done for Mumbai Indians as they seal the final playoffs spot. Inch-perfect yorker from round the wicket, too good for Mustafizur as he looks to drive, sneaks right through and puts DC to rest. Mustafizur b Bumrah 0(1)
</p>
<p>
Bumrah to Chameera, 1 run, full at the stumps, Chameera miscues it in the air but it falls short of long-on
</p>
<p>
View all overs
</p>
<p>
Karn Sharma to Kuldeep Yadav, out Caught by (sub)Raj Bawa!! Plenty of height but no real distance as Kuldeep perishes! Tossed up on leg, Kuldeep dances down for a big shot and slices it high in the air. The fielder runs in from long-on and takes it safely. Kuldeep Yadav c (sub)Raj Bawa b Karn Sharma 7(8)
</p>
<p>
Karn Sharma to Chameera, 1 run, good length ball at the stumps, Chameera gets on one knee and sweeps to deep square leg
</p>
<p>
Karn Sharma to Kuldeep Yadav, 1 run, played out to deep midwicket again
</p>
<p>
Karn Sharma to Kuldeep Yadav, 2 runs, short on off, pulled to deep midwicket
</p>
<p>
Karn Sharma to Kuldeep Yadav, no run, tossed up around off, Kuldeep dances down, gets very close to the pitch and drives straight back to Karn
</p>
<p>
Karn Sharma to Chameera, 1 run, dragged down short, Chameera pulls it to deep backward square
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->