<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-21T12:32:06.106Z">
<
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 | LSG 101 vs MI
182/8 (Naveen-ul-Haq 1(5) ) | Lucknow Super Giants vs Mumbai Indians, Eliminator, Wed, May 24, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | LSG 101 vs MI
182/8 (Naveen-ul-Haq 1(5) ) | Lucknow Super Giants vs Mumbai Indians, Eliminator, Wed, May 24, Indian Premier League 2023 | Cricbuzz.com';
let latest_update =
'';
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>
Akash Madhwal to Mohsin Khan, out Bowled!! Yorker, Mohsin Khan swings and misses. The ball crashes into the base of middle and off. Akash Madhwal now equals the legendary Anil Kumble's record for the most economical five-for in the history of IPL. A thumping 81-run win for Mumbai Indians. They are now through to qualifier two in Ahmedabad on Friday. Mohsin Khan b Akash Madhwal 0(7)
</p>
<p>
Akash Madhwal to Naveen-ul-Haq, 1 run, 132ks fuller on the stumps, Naveen-ul-Haq works it to the right of mid-wicket and hurries across for a quick single
</p>
<p>
Akash Madhwal to Naveen-ul-Haq, no run, comes dancing down the wicket and punches the length delivery to the left of the bowler
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->