<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-26T02:52:06.798Z">
<
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 | Gujarat Titans vs Sunrisers Hyderabad, 62nd Match, Indian Premier League 2023-->
<
script>
let title =
'Cricket commentary | Gujarat Titans vs Sunrisers Hyderabad, 62nd Match, Indian Premier League 2023';
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>
View all overs
</p>
<p>
Rahul Tewatia to Fazalhaq Farooqi, no run, googly, Farooqi swings and misses. SRH are eliminated from IPL 2023.
</p>
<p>
Rahul Tewatia to Markande, 1 run, comes down the track and and lofts the full delivery to long-on
</p>
<p>
Rahul Tewatia to Markande, FOUR, dropped! Markande goes for a slogsweep and gets a thick top-edge on that, Rashid from deep mid-wicket overruns and ends up shelling it over his left shoulder. Made an easy catch look slightly difficult there...
</p>
<p>
Rahul Tewatia to Fazalhaq Farooqi, 1 run, tries to flick and gets a leading edge to the left of backward point
</p>
<p>
Rahul Tewatia to Fazalhaq Farooqi, no run, legbreak outside off, Fazalhaq Farooqi clears his front leg and looks to thump it downtown, no dice!
</p>
<p>
Rahul Tewatia to Markande, 1 run, skips down the track and drills the full delivery to the left of long-on
</p>
<p>
View all overs
</p>
<p>
Mohit Sharma to Fazalhaq Farooqi, no run, 133ks good length outside off, Fazalhaq Farooqi opens the bat face and blocks into the off-side
</p>
<p>
Mohit Sharma to Fazalhaq Farooqi, no run, 132ks bumper on middle and leg, Fazalhaq Farooqi hops and lets it pass
</p>
<p>
Mohit Sharma to Bhuvneshwar, out Caught by Rashid Khan!! Four for Mohit Sharma. What a game he's having. Digs this slower ball into the surface wide of off, Bhuvneshwar goes hard and chips it off the outside half towards deep cover. Rashid came running in and completed the catch with ease. Bhuvneshwar c Rashid Khan b Mohit Sharma 27(26) [4s-3]
</p>
<p>
Mohit Sharma to Markande, 1 run, 141ks full and straight, Markande drills it straight and this time long-on has moved a lot straighter to keep it down to a single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->