<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-31T21:23:48.207Z">
<
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 165/7 (19.1) vs GT
162/6 (Cooper Connolly 72(44) Xavier Bartlett 11(5)) | Punjab Kings vs Gujarat Titans, 4th 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 165/7 (19.1) vs GT
162/6 (Cooper Connolly 72(44) Xavier Bartlett 11(5)) | Punjab Kings vs Gujarat Titans, 4th 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>
Washington Sundar to Cooper Connolly, FOUR, Cooper Connolly fittingly hits the winning runs! On IPL debut, the 22-year-old Australian has played a fantastic knock to take his team home. A non-turning flat length ball on the stumps, Connolly backs away and opens the bat-face to force it through the covers. He's timed the ball beautifully throughout the innings and he caps off the same way. The ball reaches the fence and Punjab Kings win by 3 wickets
</p>
<p>
View all overs
</p>
<p>
Prasidh Krishna to Cooper Connolly, 1 run, yorker length, jammed down to long-on for a single. 14 runs off the penultimate over
</p>
<p>
Prasidh Krishna to Xavier Bartlett, 1 run, short outside off, Bartlett pulls it to deep midwicket who takes it on the bounce
</p>
<p>
Prasidh Krishna to Cooper Connolly, 1 run, low full toss, pushed towards cover for a single
</p>
<p>
Prasidh Krishna to Cooper Connolly, FOUR, round the wicket, short ball on leg-stump line, pace off as well. Connolly swivels to pull and gets enough wood to clear short fine leg
</p>
<p>
Prasidh Krishna to Xavier Bartlett, 1 run, fuller length, Bartlett push-drives to the right of extra cover and a diving Rabada can't stop it cleanly. The batters take the single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->