<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-07-06T22:04:59.745Z">
<
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 CSG 14/2 (4) vs LKK
138/9 (S Radhakrishnan 9(11) Rajagopal Sathish 0(0)) | Chepauk Super Gillies vs Lyca Kovai Kings, Final, Sun, Jul 31, Tamil Nadu Premier League 2022 | Cricbuzz.com-->
<
script>
let title =
'CSG 14/2 (4) vs LKK
138/9 (S Radhakrishnan 9(11) Rajagopal Sathish 0(0)) | Chepauk Super Gillies vs Lyca Kovai Kings, Final, Sun, Jul 31, Tamil Nadu Premier League 2022 | 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>
0 0 1 1 1 W (3 runs)CSG 14-2N Jagadeesan2(10)S Radhakrishnan9(11)Valliappan Yudheeswaran1-0-3-1
</p>
<p>
V Yudheeswaran to N Jagadeesan, out Caught by Shahrukh Khan!! In the airrr, taken so well by the captain running back from mid-off. All that height helping him. Kept his eyes on the ball, timed the jump so well and made it look simple. Short of a length delivery, Jagadeesan looks to loft, mistimes off the back foot and this wicket will push the DLS par higher. Kovai ahead right now. N Jagadeesan c Shahrukh Khan b V Yudheeswaran 2(10)
</p>
<p>
V Yudheeswaran to S Radhakrishnan, 1 run, short of length delivery on the leg stump, Radhakrishnan flicks through mid-wicket. This is bizarre batting from the duo. CSG will be in a tricky position if the rain intensifies after 5 overs
</p>
<p>
Gill produced a captaincy masterclass in Edgbaston: Vaughan
</p>
<p>
Akash Deep's experience on flat decks proved lethal: Harsha Bhogle
</p>
<p>
Decoded: India's master plan behind crucial Ben Stokes dismissal
</p>
<p>
Over Summary: 0 0 1 1 1 W (3 runs)N Jagadeesan2(10)S Radhakrishnan9(11)N Jagadeesan2(10)N JagadeesanS RadhakrishnanValliappan Yudheeswaran CSG 14-22(10)S Radhakrishnan9(11)9(11)Valliappan Yudheeswaran1-0-3-11-0-3-1
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->