<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-12T06:17:44.361Z">
<
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 113 vs KKR
165/9 (Riley Meredith 0(1) ) | Mumbai Indians vs Kolkata Knight Riders, 56th Match, Mon, May 9, Indian Premier League 2022 | Cricbuzz.com-->
<
script>
let title =
'IPL | MI 113 vs KKR
165/9 (Riley Meredith 0(1) ) | Mumbai Indians vs Kolkata Knight Riders, 56th Match, Mon, May 9, Indian Premier League 2022 | 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>
Finishing 10th will hurt a proud side like Mumbai enormously: Harsha Bhogle
</p>
<p>
Cricbuzz Live Hindi: Match 56, Mumbai v Kolkata, Post-match show
</p>
<p>
Russell to Meredith, out Bumrah Run Out!! And another run out to cap things off! KKR stay alive with a big win! In-angler, Meredith nudges it towards mid-wicket and there is a bit of hesitation on what was already a risky single. Rinku from mid-wicket swoops in and fires a direct hit that catches Bumrah well short. Bumrah run out (Rinku Singh) 0(0)
</p>
<p>
Russell to Pollard, out Pollard Run Out!! 1 run completed. Mumbai's last flicker of hope has been extinguished by KKR! And what drama to conclude his stay as well. Sharp short ball from Russell, forced Pollard into the pull and the top edge went up many-a-mile. Always a tough catch for Jackson who tried his best, got across and dived forward but couldn't latch onto the catch. Amidst all this, Pollard is stranded mid-pitch and can't get back in time. Varun is alert and covers up for Jackson, firing a flat throw to the keeper's end where an alert Shreyas has already reached for it. Great awareness from the skipper and Pollard is gone by a mile. Pollard run out (Chakaravarthy/Shreyas Iyer) 15(16) [6s-1]
</p>
<p>
Russell to Pollard, no run, slower ball on leg stump, Pollard looks to flick it and misses as this goes down the leg-side. Not wided as the ump feels it brushed the trousers faintly. Pollard isn't amused and gives a glare to the ump
</p>
<p>
Bumrah, like Akram & McGrath, a pitch-agnostic pacer: Kartik
</p>
<p>
Gill was wrong to change the Dukes ball: Michael Vaughan
</p>
<p>
KL Rahul is the opener India craved for: Kartik
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->