<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-26T19:33:18.707Z">
<
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 vs RCB
254/5 (Prasidh Krishna 6(7) ) | Royal Challengers Bengaluru vs Gujarat Titans, Qualifier 1, 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 vs RCB
254/5 (Prasidh Krishna 6(7) ) | Royal Challengers Bengaluru vs Gujarat Titans, Qualifier 1, 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>
Krunal Pandya to Mohammed Siraj, out Caught by Tim David!! RCB storm into the final with a thumping victory! Outstanding catch from Tim David to complete the formalities. 100.3kph, full and on the stumps, Siraj shapes to thump it downtown and miscues. Goes a mile up in the air. David sprints to his right from mid-off, covers a lot of distance and then dives full-length as he gets to the mid-on region and takes a spectacular catch. Mohammed Siraj c Tim David b Krunal Pandya 5(13) [4s-1]
</p>
<p>
Krunal Pandya to Prasidh Krishna, 1 run, slower and on a length, Prasidh goes on the back foot to slash and inside-edges to backward square leg
</p>
<p>
Krunal Pandya to Prasidh Krishna, no run, fullish ball around off from round the wicket, pushed to cover
</p>
<p>
View all overs
</p>
<p>
Bhuvneshwar Kumar to Prasidh Krishna, 1 run, 132.2kph, slanted in towards middle-leg, turned to backward square leg
</p>
<p>
Bhuvneshwar Kumar to Prasidh Krishna, no run, 114.9kph, off-speed full delivery, blocked
</p>
<p>
Bhuvneshwar Kumar to Prasidh Krishna, no run, 116.2kph, slower ball on a fullish length, Prasidh swings early across the line and misses
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->