<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-01T21:22:28.030Z">
<
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 IPL | DC 145/4 (17.1) vs LSG
141 (Sameer Rizvi 70(47) Tristan Stubbs 39(32)) | Lucknow Super Giants vs Delhi Capitals, 5th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | DC 145/4 (17.1) vs LSG
141 (Sameer Rizvi 70(47) Tristan Stubbs 39(32)) | Lucknow Super Giants vs Delhi Capitals, 5th Match, Indian Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
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>
Abdul Samad to Sameer Rizvi, SIX, Delhi Capitals win by 6 wickets. Rizvi finishes it off with a biggie. Samad was brought on to roll his arm over as the game was done. He gifts a rank long hop and Rizvi accepts it happily - rocks back and hammers the pull into the deep mid-wicket stand
</p>
<p>
View all overs
</p>
<p>
Anrich Nortje to Tristan Stubbs, no run, short of length delivery, Stubbs goes on his toes and punches it straight to cover
</p>
<p>
Anrich Nortje to Sameer Rizvi, 1 run, fullish delivery around off, Rizvi makes room and creams the drive towards cover, Rathi with a diving stop
</p>
<p>
Anrich Nortje to Sameer Rizvi, no run, yorker around off, Rizvi moves away and is not able to squeeze it out. Rishabh Pant under arms the ball towards the stumps and it hits Rizvi on the boot. He walks away in pain. But quickly gets back to face the next ball..
</p>
<p>
Anrich Nortje to Sameer Rizvi, 5 wides, no chance for Rishabh Pant behind the stumps. Nortje sees Rizvi back away and tries to follow him with a bouncer, but it is too short and keeps bouncing. Pant jumps as high as possible but could not get there. The Capitals are one hit away now..
</p>
<p>
Anrich Nortje to Tristan Stubbs, 1 run, full delivery on off, Stubbs eases it to mid-on and crosses over
</p>
<p>
Anrich Nortje to Tristan Stubbs, SIX, Stubbs joins in now. DC are on course to winning their opening game. Another short of length delivery, but this time there was a bit of width for Stubbs to free his hands, he nails the pull flat and over long-on. He intentionally hit it straighter as the mid-on fielder was inside the ring
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->