<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-10T11:27:44.959Z">
<
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 West Delhi Lions vs East Delhi Riders, 20th Match, 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 =
'West Delhi Lions vs East Delhi Riders, 20th Match, 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 =
'Play stopped due to wet outfield';
let live_score =
'95-5(15)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Mayank RawatView match performanceView profile';
let score =
'14';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Kulwant KhejroliyaView match performanceView profile';
let overs =
'3';
let runs =
'19';
let wickets =
'0';
}
// Other details
let other_info = {
let partner_ship =
'4(5)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'6.33';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
View all overs
</p>
<p>
Mayank Gusain to Deepak Punia, no run
</p>
<p>
Mayank Gusain to Mayank Rawat, 1 run, to deep backward point
</p>
<p>
Mayank Gusain to Deepak Punia, 1 run, square of the wicket
</p>
<p>
Mayank Gusain to Mayank Rawat, 1 run, to point
</p>
<p>
Mayank Gusain to Deepak Punia, 1 run, to cover
</p>
<p>
Mayank Gusain to Hardik Sharma, out Caught by Manan Bhardwaj!! Hardik Sharma c Manan Bhardwaj b Mayank Gusain 12(23)
</p>
<p>
View all overs
</p>
<p>
Kulwant Khejroliya to Hardik Sharma, 1 run, to deep mid-wicket
</p>
<p>
Kulwant Khejroliya to Hardik Sharma, no run
</p>
<p>
Kulwant Khejroliya to Mayank Rawat, 1 run, to extra cover
</p>
<p>
Kulwant Khejroliya to Hardik Sharma, 1 run, to long-off
</p>
<p>
Kulwant Khejroliya to Hardik Sharma, no run
</p>
<p>
Kulwant Khejroliya to Mayank Rawat, 1 run, to long-on
</p>
<p>
View all overs
</p>
<p>
Shubham Dubey to Hardik Sharma, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->