<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-19T06:31:36.567Z">
<
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 146/9 (20) vs CSK
223/3 (Anrich Nortje 0(1) Chetan Sakariya 0(2)) | Delhi Capitals vs Chennai Super Kings, 67th Match, Sat, May 20, Indian Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'IPL | DC 146/9 (20) vs CSK
223/3 (Anrich Nortje 0(1) Chetan Sakariya 0(2)) | Delhi Capitals vs Chennai Super Kings, 67th Match, Sat, May 20, Indian Premier League 2023 | Cricbuzz.com';
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>
0 0 W W 0 0 (0 runs)DC 146-9Chetan Sakariya0(2)Anrich Nortje0(1)Maheesh Theekshana4-1-23-2
</p>
<p>
Theekshana to Sakariya, no run, carrom ball on a length, really skidded through to get Sakariya on the pads. Given out but the batter reviews and the ball pitched outside leg. DC won't be all out if that's any consolation...
</p>
<p>
Theekshana to Sakariya, no run, misses the hat-trick by a whisker... This was full and turning into the pads, but the ball pitched outside leg
</p>
<p>
Theekshana to Kuldeep Yadav, out Lbw!! Theekshana on a hat-trick!! This was a superb carrom ball, Kuldeep didn't read it and was playing for the ball turning in, instead it came in after pitching on a length and crashed onto the pads in front of middle. A review taken since it is the last over either way, but three reds as expected. Kuldeep Yadav lbw b Theekshana 0(1)
</p>
<p>
Theekshana to Lalit Yadav, out Caught by Moeen Ali!! And now Theekshana joins the action!! This was fired full and wide, Lalit Yadav goes for a big drive and aimlessly skies it, easy catch for Moeen running back from extra cover. Lalit Yadav c Moeen Ali b Theekshana 6(12)
</p>
<p>
Theekshana to Lalit Yadav, no run, fired full on off, driven towards extra cover
</p>
<p>
Theekshana to Lalit Yadav, no run, in the blockhole, slammed to the left of Theekshana
</p>
<p>
Over Summary: 0 0 W W 0 0 (0 runs)Chetan Sakariya0(2)Anrich Nortje0(1)Chetan Sakariya0(2)Chetan SakariyaAnrich NortjeMaheesh Theekshana DC 146-90(2)Anrich Nortje0(1)0(1)Maheesh Theekshana4-1-23-24-1-23-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->