<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-27T10:30:10.213Z">
<
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 JI 171/5 (19.5) vs JSR
168 (Rohit Khichar 5(2) Manav Suthar 0(0)) | Jaipur Indians vs Jodhpur Sunrisers, Final, Rajasthan Premier League 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'JI 171/5 (19.5) vs JSR
168 (Rohit Khichar 5(2) Manav Suthar 0(0)) | Jaipur Indians vs Jodhpur Sunrisers, Final, Rajasthan Premier League 2023 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>
Shubham Sharma to Rohit Khichar, FOUR, to long-off
</p>
<p>
Shubham Sharma to Mukul Choudhary, out Mukul Choudhary Run Out!! Mukul Choudhary run out (Abhimanyu Lamba) 6(6) [4s-1]
</p>
<p>
Shubham Sharma to Rohit Khichar, 1 run, to long-off
</p>
<p>
Shubham Sharma to Mukul Choudhary, 1 run, to long-off
</p>
<p>
Shubham Sharma to Mukul Choudhary, out Shubham Garhwal Run Out!! Shubham Garhwal run out (Shubham Sharma) 30(20) [4s-2 6s-2]
</p>
<p>
View all overs
</p>
<p>
Abhimanyu Lamba to Shubham Garhwal, no run
</p>
<p>
Abhimanyu Lamba to Mukul Choudhary, 1 run, to short fine leg
</p>
<p>
Abhimanyu Lamba to Mukul Choudhary, FOUR, to long-off
</p>
<p>
Abhimanyu Lamba to Mukul Choudhary, no run
</p>
<p>
Abhimanyu Lamba to Divya Gajraj, out Caught by Shubham Sharma!! Divya Gajraj c Shubham Sharma b Abhimanyu Lamba 93(67) [4s-15 6s-1]
</p>
<p>
Abhimanyu Lamba to Divya Gajraj, wide
</p>
<p>
Abhimanyu Lamba to Shubham Garhwal, 1 run, to long-off
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->