<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-29T22:04:41.839Z">
<
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 | GT 172/5 (20) vs MI
177/6 (Rashid Khan 1(1) David Miller 19(14)) | Gujarat Titans vs Mumbai Indians, 51st Match, Fri, May 6, Indian Premier League 2022 | Cricbuzz.com-->
<
script>
let title =
'IPL | GT 172/5 (20) vs MI
177/6 (Rashid Khan 1(1) David Miller 19(14)) | Gujarat Titans vs Mumbai Indians, 51st Match, Fri, May 6, 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>
1 0 W1 1 0 0 (3 runs)GT 172-5David Miller19(14)Rashid Khan1(1)Daniel Sams3-0-18-0
</p>
<p>
Daniel Sams to Miller, no run, Daniel Sams does it! The crowd go berserk. It's a dipping, low full toss outside off, Miller shapes up to hoick across the line and doesn't lay bat on ball. Rohit Sharma punches the air in delight as Mumbai win by 5 runs!
</p>
<p>
Daniel Sams to Miller, no run, swings and misses! 116.3kph, off-speed delivery around the tramline outside off, Miller crouches low to swing across the line, connects with thin air
</p>
<p>
Daniel Sams to Rashid Khan, 1 run, just out of Sams's reach! 113.1kph, slow an into the wicket, Rashid Khan clears his front leg for a pull and top-edges. Sams runs back and dives with outstretched arms, gets fingertips. Didn't stick..
</p>
<p>
Daniel Sams to Rahul Tewatia, out Rahul Tewatia Run Out!! 1 run completed. 110.3kph, slower ball from a short of length, Rahul Tewatia pulls it to mid-wicket and calls for two straightaway. The man in the deep runs forward and to his right and is quick to release the ball. It wasn't an accurate throw but Ishan Kishan does well to collect the ball in front of the sticks and break it swiftly. Rahul Tewatia is just short of the crease! Rahul Tewatia run out (Tilak Varma/Ishan Kishan) 3(4)
</p>
<p>
Daniel Sams to Rahul Tewatia, no run, DOT! 106.1kph, slow, full and near the tramline, just inside it probably. Rahul Tewatia reaches out for a cut and misses. Tewatia has a look at the umpire, no signal
</p>
<p>
Daniel Sams to Miller, 1 run, 104.8kph, slower ball from a short of length, Miller slaps the cut to sweeper cover. Just a single
</p>
<p>
Over Summary: 1 0 W1 1 0 0 (3 runs)David Miller19(14)Rashid Khan1(1)David Miller19(14)David MillerRashid KhanDaniel Sams GT 172-519(14)Rashid Khan1(1)1(1)Daniel Sams3-0-18-03-0-18-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->