<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-22T13:30:58.057Z">
<
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 195/9 (20) vs SRH
242/2 (Kuldeep Yadav 1(2) ) | Sunrisers Hyderabad vs Delhi Capitals, 31st 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 195/9 (20) vs SRH
242/2 (Kuldeep Yadav 1(2) ) | Sunrisers Hyderabad vs Delhi Capitals, 31st 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 =
'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>
View all overs
</p>
<p>
Harsh Dubey to Lungi Ngidi, out Caught by Dilshan Madushanka!! Sunrisers Hyderabad win by 47 runs. This is a comprehensive win. Dubey slows it up, teases Ngidi into the big shot and induces the false shot. The slog is miscued towards deep mid-wicket. Madushanka runs to his left and takes a good catch. He was on the move when he took that. Lungi Ngidi c Dilshan Madushanka b Harsh Dubey 0(1)
</p>
<p>
Harsh Dubey to Sameer Rizvi, out Caught by Dilshan Madushanka!! Second wicket for Dubey. He was held back and is bowling only his second over, but is getting the rewards for the work done by his team mates. He goes round the wicket, fires it across the right-hander and Rizvi can't get under the big shot, heaves it high and towards deep mid-wicket, Madushanka settles under it and takes it safely. Sameer Rizvi c Dilshan Madushanka b Harsh Dubey 41(28) [4s-2 6s-2]
</p>
<p>
Harsh Dubey to Kuldeep Yadav, leg byes, 1 run, comes down the track and is met by a short of length delivery, misses the tuck and the ball deflects off the thigh pad
</p>
<p>
Harsh Dubey to Sameer Rizvi, 1 run, flatter delivery outside off, Rizvi cross-bats it straight to long-off
</p>
<p>
Harsh Dubey to Kuldeep Yadav, 1 run, stifled appeal for LBW. Kuldeep crouches low and attempts the sweep, misses and the ball rolls next to the pitch. Rizvi crosses over. The umpire gives it as run, so maybe there was an inside-edge
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->