<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-27T13:39:58.726Z">
<
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 162/2 (16.4) vs CSK
158/7 (Jos Buttler 39(30) Washington Sundar 1(1)) | Chennai Super Kings vs Gujarat Titans, 37th 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 | GT 162/2 (16.4) vs CSK
158/7 (Jos Buttler 39(30) Washington Sundar 1(1)) | Chennai Super Kings vs Gujarat Titans, 37th 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 =
'';
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>
Akeal Hosein to Jos Buttler, SIX, Jos Buttler finishes in style! Full and drifting in, Buttler slightly backs away, gets under it to bludgeon it straight down the ground. Hits the sightscreen. GT win by 8 wickets with 20 balls to spare!
</p>
<p>
Akeal Hosein to Washington Sundar, 1 run, 85.4kph, short of length, wristily pulled to deep midwicket
</p>
<p>
Akeal Hosein to Sai Sudharsan, out Caught by Dewald Brevis!! Excellent catch in the deep! 87.3kph, short of length, Sai Sudharsan goes on the back foot to pull. Hits hard and flat. Seemed like a boundary but Brevis had other ideas. He's air-borne as he dives to his right and takes and snaffles it brilliantly with two hands. End of another fine knock from Sai Sudharsan. Sai Sudharsan c Dewald Brevis b Akeal Hosein 87(46) [4s-4 6s-7]
</p>
<p>
Akeal Hosein to Jos Buttler, 1 run, 91kph, drifting in towards leg and Buttler works it through square leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->