<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T19:35:47.479Z">
<
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 | RR 152 vs GT
229/4 (Brijesh Sharma 1(1) ) | Rajasthan Royals vs Gujarat Titans, 52nd 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 | RR 152 vs GT
229/4 (Brijesh Sharma 1(1) ) | Rajasthan Royals vs Gujarat Titans, 52nd 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>
Jason Holder to Tushar Deshpande, out Caught by Washington Sundar!! Third wicket for Jason Holder as he has cleaned up the tail. Gujarat Titans win by 77 runs. Short ball around off, Tushar Deshpande looks to slap it away with lack of footwork, and the top edge has been taken by Sundar at point. As easy as you like, and the Titans finish an emphatic win. Tushar Deshpande c Washington Sundar b Jason Holder 1(3)
</p>
<p>
Jason Holder to Brijesh Sharma, 1 run, pitched up by the bowler, Brijesh Sharma pushes it towards point for one
</p>
<p>
Jason Holder to Dasun Shanaka, out Caught by Shubman Gill!! Nine down. A short and slow ball by Jason Holder, Dasun Shanaka tries to flat-bat this, ends up getting a top edge towards mid-off. Taken safely by Gill and the Titans are only one wicket away from completing a clinical win. Dasun Shanaka c Shubman Gill b Jason Holder 16(11) [4s-2]
</p>
<p>
View all overs
</p>
<p>
Mohammed Siraj to Dasun Shanaka, 1 run, full and quick on off, pushed to cover by Dasun Shanaka
</p>
<p>
Mohammed Siraj to Dasun Shanaka, no run, goes for an upper cut, but gets beaten due to this short one
</p>
<p>
Mohammed Siraj to Dasun Shanaka, wide, short ball on leg, Dasun Shanaka goes for a pull and misses. Called a wide as it was above his head
</p>
<p>
Mohammed Siraj to Dasun Shanaka, FOUR, damage control by Dasun Shanaka. Making sure RR's net run rate doesn't get a beating. A length delivery around off, right into the slot. Dasun Shanaka backs away and bludgeons it over mid-off for four runs
</p>
<p>
Mohammed Siraj to Dasun Shanaka, 2 runs, length delivery around off, punched through covers as the fielder in the deep stops it with a dive
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->