<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-06T21:17:57.481Z">
<
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 204/8 (20) vs RR
210/6 (Kagiso Rabada 23(16) Ashok Sharma 0(1)) | Gujarat Titans vs Rajasthan Royals, 9th 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 204/8 (20) vs RR
210/6 (Kagiso Rabada 23(16) Ashok Sharma 0(1)) | Gujarat Titans vs Rajasthan Royals, 9th 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>
View all overs
</p>
<p>
Tushar Deshpande to Ashok Sharma, no run, Rajasthan Royals win by 6 runs. Tushar Deshpande, take a bow! He runs off and does the this-is-my-territory kinda celebration. Credit to Parag as well for trusting him over a seasoned campaigner like Sandeep Sharma and an international bowler like Nandre Burger. Coming to the ball: Low full toss, aimed for the stumps and Ashok swings hard, gets an inside-edge onto the pad and the ball rolls down the pitch. No one bothers what happened after that as RR's players were busy running towards Deshpande
</p>
<p>
Tushar Deshpande to Rashid Khan, out Caught by Jofra Archer!! Excellent catch under pressure from Archer. Deshpande is pumped. Look at him celebrate. Even Parag is pumped and doing a intense fist pump. This is a length delivery as Deshpande misses his yorker, in the slot to be put away and Rashid throws everything behind the big shot, slices it wide of sweeper cover. Archer runs to his right, slides and hangs on with both hands. Rashid Khan c Jofra Archer b Tushar Deshpande 24(16) [4s-3]
</p>
<p>
Tushar Deshpande to Rashid Khan, no run, this is brilliant from Deshpande. He's nailed almost every yorker, this line is around off and Rashid moves across to play the scoop, misses and it is another dot. 7 from 2 now..
</p>
<p>
Tushar Deshpande to Kagiso Rabada, 1 run, great yorker from Tushar again. Rabada could only dig it out to the bowler, who got a hand on it
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->