<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T10:10:48.875Z">
<
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 123 vs ITT
202/5 (M Silambarasan 5(2) ) | Chepauk Super Gillies vs IDream Tiruppur Tamizhans, Qualifier 1, Tamil Nadu Premier League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'CSG 123 vs ITT
202/5 (M Silambarasan 5(2) ) | Chepauk Super Gillies vs IDream Tiruppur Tamizhans, Qualifier 1, Tamil Nadu Premier League 2025 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>
Sai Kishore to Lokesh Raj, out Bowled!! Lokesh Raj b Sai Kishore 9(6) [4s-2]
</p>
<p>
View all overs
</p>
<p>
Esakkimuthu A to Lokesh Raj, 1 run, to mid-off
</p>
<p>
Esakkimuthu A to Lokesh Raj, FOUR, to sweeper cover
</p>
<p>
Esakkimuthu A to Lokesh Raj, FOUR, to long-off
</p>
<p>
Esakkimuthu A to M Silambarasan, 1 run, to point
</p>
<p>
Esakkimuthu A to M Silambarasan, FOUR, to deep backward point
</p>
<p>
Esakkimuthu A to Abhishek Tanwar, out Caught by Amit Sathvik!! Abhishek Tanwar c Amit Sathvik b Esakkimuthu A 2(5)
</p>
<p>
View all overs
</p>
<p>
Mathivannan to Lokesh Raj, no run
</p>
<p>
Mathivannan to Lokesh Raj, no run
</p>
<p>
Mathivannan to Swapnil Singh, out Bowled!! Swapnil Singh b Mathivannan 9(8) [4s-1]
</p>
<p>
Mathivannan to Swapnil Singh, FOUR, to long-off
</p>
<p>
Mathivannan to Abhishek Tanwar, 1 run, square of the wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->