<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-16T01:03:00.353Z">
<
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 WDL 189/2 (15.4) vs SDS
185/7 (Ayush Doseja 4(1) Nitish Rana 16(5)) | West Delhi Lions vs South Delhi Superstarz, 7th Match, Delhi Premier League 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'WDL 189/2 (15.4) vs SDS
185/7 (Ayush Doseja 4(1) Nitish Rana 16(5)) | West Delhi Lions vs South Delhi Superstarz, 7th Match, Delhi 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>
Sumit Kumar Beniwal to Ayush Doseja, FOUR, to long-on
</p>
<p>
Sumit Kumar Beniwal to Ankit Kumar, out Caught by Manish Sehrawat!! Ankit Kumar c Manish Sehrawat b Sumit Kumar Beniwal 96(46) [4s-11 6s-6]
</p>
<p>
Sumit Kumar Beniwal to Ankit Kumar, FOUR, square of the wicket
</p>
<p>
Sumit Kumar Beniwal to Ankit Kumar, SIX, to long-off
</p>
<p>
View all overs
</p>
<p>
Ayush Badoni to Nitish Rana, no run
</p>
<p>
Ayush Badoni to Nitish Rana, SIX, to deep mid-wicket
</p>
<p>
Ayush Badoni to Nitish Rana, SIX, to deep extra cover
</p>
<p>
Ayush Badoni to Nitish Rana, FOUR, to deep extra cover
</p>
<p>
Ayush Badoni to Nitish Rana, no run
</p>
<p>
Ayush Badoni to Ankit Kumar, 1 run, to cover
</p>
<p>
View all overs
</p>
<p>
Sagar Tanwar to Krish Yadav, out Bowled!! Krish Yadav b Sagar Tanwar 67(42) [4s-9 6s-2]
</p>
<p>
Sagar Tanwar to Krish Yadav, FOUR, to sweeper cover
</p>
<p>
Sagar Tanwar to Krish Yadav, FOUR, to fine leg
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->