<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-27T15:06:01.012Z">
<
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, Mon, Sep 11, Rajasthan Premier League 2023 | Cricbuzz.com-->
<
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, Mon, Sep 11, Rajasthan Premier League 2023 | Cricbuzz.com';
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>
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>
1 Wd W 0 4 1 0 (7 runs)JI 165-3Shubham Garhwal30(20)Mukul Choudhary5(3)Abhimanyu Lamba4-0-24-1
</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>
<p>
Over Summary: 1 Wd W 0 4 1 0 (7 runs)Shubham Garhwal30(20)Mukul Choudhary5(3)Shubham Garhwal30(20)Shubham GarhwalMukul ChoudharyAbhimanyu Lamba JI 165-330(20)Mukul Choudhary5(3)5(3)Abhimanyu Lamba4-0-24-14-0-24-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->