<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-03T21:21:17.594Z">
<
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 | PBKS 210/5 (18.4) vs CSK
209/5 (Marcus Stoinis 9(3) Shashank Singh 14(6)) | Chennai Super Kings vs Punjab Kings, 7th 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 | PBKS 210/5 (18.4) vs CSK
209/5 (Marcus Stoinis 9(3) Shashank Singh 14(6)) | Chennai Super Kings vs Punjab Kings, 7th 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>
Anshul Kamboj to Marcus Stoinis, FOUR, Punjab Kings win by 5 wickets. Stoinis seals the victory with the a thumping shot. Kamboj goes over the wicket, lands it right in the slot and Stoinis has no half measures, slams it straight back over the bowler and makes it two wins out of two for his team
</p>
<p>
Anshul Kamboj to Shashank Singh, 1 run, length delivery around leg, Shashank swings hard and drags it off the inner half to deep backward square
</p>
<p>
Anshul Kamboj to Shashank Singh, wide, short of length down leg, Shashank attempts to help it along and does not connect. CSK have reviewed. It is for a wide call. Samson suggested they have two reviews, so why not! Gaikwad signals the "T". Shashank did not move nor did the ball hit anything on the way to Samson. The onfield decision stays.. The review is lost
</p>
<p>
Anshul Kamboj to Shashank Singh, 2 runs, full and at the stumps, Shashank flicks it in front of square and picks up couple more
</p>
<p>
Anshul Kamboj to Shashank Singh, FOUR, low full toss outside off, Shashank has to reach and he does so, opens the bat face and slices the drive square on the off-side. The two fielders in the deep are at deep backward point and deep extra cover
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->