<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-13T10:26:44.561Z">
<
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 | SRH 186/8 (20) vs DC
207/3 (Bhuvneshwar Kumar 5(3) Shreyas Gopal 9(7)) | Delhi Capitals vs Sunrisers Hyderabad, 50th Match, Indian Premier League 2022 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'IPL | SRH 186/8 (20) vs DC
207/3 (Bhuvneshwar Kumar 5(3) Shreyas Gopal 9(7)) | Delhi Capitals vs Sunrisers Hyderabad, 50th Match, Indian Premier League 2022 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>
Kuldeep Yadav to Shreyas Gopal, no run, 80.9kph, and again. Shreyas Gopal attempts another reverse hit and doesn't lay bat on ball against a short of length ball outside off. Delhi Capitals win by 21 runs!
</p>
<p>
Kuldeep Yadav to Shreyas Gopal, no run, 81.6kph, Shreyas Gopal tries to reverse-swat over short third man and fails to make contact against this length ball outside off
</p>
<p>
Kuldeep Yadav to Bhuvneshwar, 1 run, 79.8kph, slower and wider, probably the googly, Bhuvneshwar hits through the line as he miscues the loft towards long-off
</p>
<p>
Kuldeep Yadav to Bhuvneshwar, FOUR, shorter in length, leg-stump line, Bhuvneshwar gets inside the line and pulls it over short fine leg
</p>
<p>
Kuldeep Yadav to Bhuvneshwar, no run, googly outside off, Bhuvneshwar slashes and misses
</p>
<p>
Kuldeep Yadav to Kartik Tyagi, out Bowled!! Flat leggie on the shorter side, Kartik Tyagi comes down the track premeditatively to work it into the leg-side and plays all around it. The ball spins past his inside edge to crash into the leg-stump. Kuldeep Yadav has a big smile on his face. Kartik Tyagi b Kuldeep Yadav 7(5) [4s-1]
</p>
<p>
View all overs
</p>
<p>
Mitchell Marsh to Kartik Tyagi, 1 run, 139kph, very full delivery, flicked away to deep mid-wicket
</p>
<p>
Mitchell Marsh to Kartik Tyagi, 2 runs, shorter and wider, slapped to deep extra cover
</p>
<p>
Mitchell Marsh to Kartik Tyagi, FOUR, third boundary of the over! Half-volley outside off from round the wicket, Kartik Tyagi drills it down the pitch after clearing his front leg. Placed between the non-striker and the umpire. No one's stopping that
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->