<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-27T06:44:37.743Z">
<
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 CDK 178 vs SDS
193/7 (Aatrey Tripathi 2(3) ) | Central Delhi Kings vs South Delhi Superstarz, Qualifier 1 (1v2), Delhi Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'CDK 178 vs SDS
193/7 (Aatrey Tripathi 2(3) ) | Central Delhi Kings vs South Delhi Superstarz, Qualifier 1 (1v2), Delhi Premier League 2026 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>
Vision Panchal to Gavnish Khurana, out Bowled!! Gavnish Khurana b Vision Panchal 0(1)
</p>
<p>
Vision Panchal to Tejas Baroka, out Caught by Anmol Sharma!! Tejas Baroka c Anmol Sharma b Vision Panchal 4(4)
</p>
<p>
Vision Panchal to Tejas Baroka, 2 runs, to fine leg
</p>
<p>
Vision Panchal to Aatrey Tripathi, 1 run, to long-off
</p>
<p>
Vision Panchal to Aatrey Tripathi, wide
</p>
<p>
View all overs
</p>
<p>
Divansh Rawat to Aatrey Tripathi, 1 run, to cover
</p>
<p>
Divansh Rawat to Aatrey Tripathi, wide
</p>
<p>
Divansh Rawat to Aatrey Tripathi, no run
</p>
<p>
Divansh Rawat to Money Grewal, out Bowled!! Money Grewal b Divansh Rawat 2(3)
</p>
<p>
Divansh Rawat to Tejas Baroka, 1 run, to short mid-wicket
</p>
<p>
Divansh Rawat to Money Grewal, no ball, 1 run
</p>
<p>
Divansh Rawat to Tejas Baroka, 1 run, to short mid-wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->