<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-21T03:35:20.103Z">
<
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 Cricket commentary | Mumbai Indians vs Sunrisers Hyderabad, 69th Match, Indian Premier League 2023-->
<
script>
let title =
'Cricket commentary | Mumbai Indians vs Sunrisers Hyderabad, 69th Match, Indian Premier League 2023';
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>
View all overs
</p>
<p>
Bhuvneshwar to Green, 1 run, 117.2kph, slower delivery, Green walks forward and across to work it to the right of mid-on. Maiden T20 century for Cameron Green - the second-most expensive player in IPL history! And, Mumbai win by 8 wickets!
</p>
<p>
Bhuvneshwar to Green, no run, 120.7kph, slower delivery, Green tentatively pushes at it and is beaten on the outside edge. The keeper fails to gather it and the batsmen don't go for the byes
</p>
<p>
Bhuvneshwar to Suryakumar Yadav, 1 run, a shuffling Suryakumar Yadav turns this length ball to mid-wicket and the batters scamper across for a quick single. The throw comes to the keeper's end and hits Green's bat. Fortunately for Green, the ball doesn't run away to the fence
</p>
<p>
Bhuvneshwar to Green, 1 run, 123.9kph, slower delivery, tapped towards cover with soft hands for a quick single
</p>
<p>
Bhuvneshwar to Green, FOUR, fifty partnership! Full delivery, Green exposes all his sticks by backing away, then gets low and reaches out to batter it through extra cover. Green moves to 98
</p>
<p>
Bhuvneshwar to Suryakumar Yadav, 1 run, pitched up delivery, driven wristily along the ground to long-on
</p>
<p>
View all overs
</p>
<p>
Markram to Suryakumar Yadav, 1 run, 96.4kph, very full delivery, driven hard to the left of long-off. Green wants the second but gets sent back
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->