<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T19:36:58.783Z">
<
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 | SRH 86 vs GT
168/5 (Eshan Malinga 0(3) ) | Gujarat Titans vs Sunrisers Hyderabad, 56th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | SRH 86 vs GT
168/5 (Eshan Malinga 0(3) ) | Gujarat Titans vs Sunrisers Hyderabad, 56th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Rashid Khan to Praful Hinge, out Stumped!! That's it. GT have won by 82 runs. Handshakes all around. GT go to the top of the table. Was a leg-break outside off, Praful is down the pitch trying to slog. Misses by a long way and an easy stumping chance for Buttler. Praful Hinge st Jos Buttler b Rashid Khan 3(8)
</p>
<p>
Rashid Khan to Praful Hinge, no run, pushed into the right-hander, Praful misses the flick
</p>
<p>
Rashid Khan to Eshan Malinga, leg byes, bit of mix-up from the duo. Eshan looks to sweep, misses and the ball rolls down to short fine. Praful pushes Eshan for a quick single
</p>
<p>
Rashid Khan to Praful Hinge, 1 run, flatter on middle, Praful bunts it down to long-on
</p>
<p>
Rashid Khan to Praful Hinge, 2 runs, full toss on middle, Praful flat bats it just over cover
</p>
<p>
View all overs
</p>
<p>
Prasidh Krishna to Eshan Malinga, no run, full and angling across the left-hander, Eshan steers it to backward point
</p>
<p>
Prasidh Krishna to Eshan Malinga, no run, good length delivery outside off, Malinga fails to get bat on ball
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->