<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-21T20:40:34.911Z">
<
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 | CSK 140 vs GT
229/4 (Mukesh Choudhary 2(2) ) | Gujarat Titans vs Chennai Super Kings, 66th 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 | CSK 140 vs GT
229/4 (Mukesh Choudhary 2(2) ) | Gujarat Titans vs Chennai Super Kings, 66th 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>
Kagiso Rabada to Spencer Johnson, out Caught by Jos Buttler!! CSK are eliminated from IPL 2026. Thumping win for GT by 89 runs. They have done their bit to seal a top-two finish. The fireworks go off in the stadium. Back of a length and angled across, Johnson stays leg-side and has a tentative poke, there's a thin outside-edge and Buttler does the rest. But he wasn't convinced, Rabada was and Gill went with his bowler's call to challenge the onfield decision. Spencer Johnson c Jos Buttler b Kagiso Rabada 0(1)
</p>
<p>
Kagiso Rabada to Noor Ahmad, out Caught&Bowled!! Rabada was brought on exactly for this. Gujarat Titans are one wicket away from a massive win. Short and well-directed, right at the body and Noor is cramped for room, fends it off the splice and the ball lobs up, Rabada goes forward and takes a simple catch. Noor Ahmad c and b Kagiso Rabada 1(5)
</p>
<p>
Kagiso Rabada to Noor Ahmad, no run, 142.4ks short of length outside off, Noor throws his bat and is beaten on the outside-edge
</p>
<p>
Kagiso Rabada to Noor Ahmad, no run, short of length delivery, Noor opens the bat face and guides it to backward point
</p>
<p>
View all overs
</p>
<p>
Rashid Khan to Mukesh Choudhary, no run, short and turning in, Mukesh misses the pull and is struck around the thigh
</p>
<p>
Rashid Khan to Mukesh Choudhary, 2 runs, spinning into leg, Mukesh hangs back and squeezes it off the inside-edge to fine leg, easy brace
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->