<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-18T01:19:24.294Z">
<
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 181/5 (19.4) vs KKR
180 (Shahrukh Khan 3(2) Rahul Tewatia 7(6)) | Gujarat Titans vs Kolkata Knight Riders, 25th 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 181/5 (19.4) vs KKR
180 (Shahrukh Khan 3(2) Rahul Tewatia 7(6)) | Gujarat Titans vs Kolkata Knight Riders, 25th 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>
Ramandeep Singh to Shahrukh Khan, 2 runs, GT win. A slower-ball off-cutter and well wide outside off, Shahrukh Khan reaches for it and flat-bats it, the ball is travelling and Powell shows off his athletic skills, runs and dives to his left at long-off and in one motion gets up and throws it back. But it always was an easy two and that's enough
</p>
<p>
Ramandeep Singh to Rahul Tewatia, 1 run, full on middle, was the slower-ball off-cutter and Rahul Tewatia is early into the flick, the leading-edge rolls in front of extra-cover. Who is on the edge of the ring. Easy single
</p>
<p>
Ramandeep Singh to Shahrukh Khan, 1 run, short outside off, Shahrukh Khan initally wanted to pull, then realises the line and opens the face of the bat to dab to deep backward point. Sensible batting
</p>
<p>
Ramandeep Singh to Glenn Phillips, out Caught by Rinku Singh!! Hello! Hello! What do we have here? Ramandeep Singh with a double fist-pump. He roars. It's a short delivery outside off, gets big on Glenn Phillips, he fetches the pull and miscues, easy catch for Rinku at deep mid-wicket who is in from the fence by quite a way. He won't drop it and kisses the ball in his trademark celebration. KKR - can they pull it off? Glenn Phillips c Rinku Singh b Ramandeep Singh 19(16) [4s-2]
</p>
<p>
Ramandeep Singh to Glenn Phillips, wide, way outside off, past the tramline, length delivery and left alone. Rahane claps in appreciation. That's a wide
</p>
<p>
View all overs
</p>
<p>
Vaibhav Arora to Glenn Phillips, 1 run, full and wide outside off, Glenn Phillips gets forward to drive and it's straight to the fielder at deep extra-cover. Just one
</p>
<p>
Vaibhav Arora to Rahul Tewatia, 1 run, short and at Rahul Tewatia, he is rushed, splices the pull, rolls in front of long-on and again it's just one
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->