<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-12T06:39:47.847Z">
<
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 ULW 135 vs JI
147 (Ajay Dharnia 5(2) ) | Udaipur Lakecity Warriors vs Jaipur Indians, 13th Match, Mon, Sep 4, Rajasthan Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'ULW 135 vs JI
147 (Ajay Dharnia 5(2) ) | Udaipur Lakecity Warriors vs Jaipur Indians, 13th Match, Mon, Sep 4, 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>
Vishal Godara to Khaleel Ahmed, out Lbw!! Khaleel Ahmed lbw b Vishal Godara 0(1)
</p>
<p>
Vishal Godara to Chandrapal Singh, out Bowled!! Chandrapal Singh b Vishal Godara 2(5)
</p>
<p>
Vishal Godara to Ajay Dharnia, 1 run, to deep backward point
</p>
<p>
Vishal Godara to Ajay Dharnia, FOUR, to third man
</p>
<p>
Vishal Godara to Ashok Singh, out Hit Wkt!! Ashok Singh hit wkt b Vishal Godara 1(2)
</p>
<p>
0 1 0 1 W Wd 1 (4 runs)ULW 130-7Ashok Singh1(1)Chandrapal Singh2(4)Ashok Sharma4-0-36-0
</p>
<p>
Ashok Sharma to Ashok Singh, 1 run, to backward square leg
</p>
<p>
Ashok Sharma to Ashok Singh, wide
</p>
<p>
Ashok Sharma to Chandrapal Singh, out Kartik Sharma Run Out!! Kartik Sharma run out (Mukul Choudhary) 20(15) [4s-2]
</p>
<p>
Ashok Sharma to Kartik Sharma, 1 run, to keeper
</p>
<p>
Ashok Sharma to Kartik Sharma, no run
</p>
<p>
Ashok Sharma to Chandrapal Singh, 1 run, to deep extra cover
</p>
<p>
Bumrah, like Akram & McGrath, a pitch-agnostic pacer: Kartik
</p>
<p>
Gill was wrong to change the Dukes ball: Michael Vaughan
</p>
<p>
KL Rahul is the opener India craved for: Kartik
</p>
<p>
Over Summary: 0 1 0 1 W Wd 1 (4 runs)Ashok Singh1(1)Chandrapal Singh2(4)Ashok Singh1(1)Ashok SinghChandrapal SinghAshok Sharma ULW 130-71(1)Chandrapal Singh2(4)2(4)Ashok Sharma4-0-36-04-0-36-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->