<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-29T20:42:38.571Z">
<
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 224/4 (19.1) vs KKR
220/4 (Naman Dhir 5(2) Hardik Pandya 18(11)) | Mumbai Indians vs Kolkata Knight Riders, 2nd 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 224/4 (19.1) vs KKR
220/4 (Naman Dhir 5(2) Hardik Pandya 18(11)) | Mumbai Indians vs Kolkata Knight Riders, 2nd 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>
Anukul Roy to Naman Dhir, FOUR, Mumbai Indians win their first game of the season after a long, long time - they've broken the jinx finally. A flatter one around off, Naman Dhir stays put and bludgeons it over mid-off. A convincing 6-wicket win for Mumbai Indians with 5 balls to spare
</p>
<p>
View all overs
</p>
<p>
Sunil Narine to Hardik Pandya, FOUR, scores level! Hardik Pandya picks the length early, rocks back in the crease and pummels this away towards the wide long-on boundary. Struck it powerfully to beat the fielder chasing it across in the deep
</p>
<p>
Sunil Narine to Naman Dhir, 1 run, flatter through the air around off, knocked to long-off for one
</p>
<p>
Sunil Narine to Tilak Varma, out Caught by (sub)Manish Pandey!! A wicket for Narine, but it's too late now. This was a slower through the air around off and Tilak Varma tried to smash it away. Loses his shape, miscues it towards long-on, and Manish Pandey in the deep takes a safe catch. Tilak Varma c (sub)Manish Pandey b Sunil Narine 20(14) [4s-4],
</p>
<p>
Sunil Narine to Hardik Pandya, 1 run, tries to smash this short ball away, ends up mistiming this through mid-wicket for one
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->