<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-05T12:59:52.438Z">
<
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 229/4 (18.4) vs LSG
228/5 (Will Jacks 10(4) Naman Dhir 23(12)) | Mumbai Indians vs Lucknow Super Giants, 47th 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 229/4 (18.4) vs LSG
228/5 (Will Jacks 10(4) Naman Dhir 23(12)) | Mumbai Indians vs Lucknow Super Giants, 47th 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>
Avesh Khan to Will Jacks, SIX, Will Jacks finishes in style! Fuller than a length and Jacks tonks it over long-off. MI win by 6 wickets
</p>
<p>
Avesh Khan to Naman Dhir, 1 run, dug in short, pulled to deep backward square leg
</p>
<p>
Avesh Khan to Will Jacks, 1 run, hard length wide of off, Jacks opens the bat-face to punch it to deep point
</p>
<p>
Avesh Khan to Will Jacks, wide, slower ball into the deck, too high and Will Jacks lets it be
</p>
<p>
Avesh Khan to Will Jacks, 2 runs, short of length outside off, Will Jacks cuts over point for a couple of runs
</p>
<p>
View all overs
</p>
<p>
Mohammed Shami to Naman Dhir, FOUR, too full, too straight and Naman Dhir uses the bowler's angle to his advantage as he flicks it square of the man at 45. 16 runs off the over and Shami finishes with 1/53
</p>
<p>
Mohammed Shami to Will Jacks, 1 run, yorker length, Jacks gets off the mark by knocking it to long-on
</p>
<p>
Mohammed Shami to Suryakumar Yadav, out Caught by Nicholas Pooran!! Seam-up ball, very full and on the stumps, Suryakumar Yadav looks to whip it away. He is known to clear the rope comfortably with that shot. But not to be this season. Hits it straight down Pooran's throat at deep midwicket. Suryakumar Yadav c Nicholas Pooran b Mohammed Shami 12(7) [4s-2]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->