<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-03T13:29:26.639Z">
<
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 160/2 (18.1) vs MI
159/7 (Kartik Sharma 54(40) Ruturaj Gaikwad 67(48)) | Chennai Super Kings vs Mumbai Indians, 44th 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 160/2 (18.1) vs MI
159/7 (Kartik Sharma 54(40) Ruturaj Gaikwad 67(48)) | Chennai Super Kings vs Mumbai Indians, 44th 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>
Trent Boult to Kartik Sharma, FOUR, CSK win by 8 wickets. Kartik is delighted as he walks across and is embraced by Gaikwad. This is another comprehensive win for CSK over MI this season. Full and angled outside off, Kartik shapes to scoop but since the line was outside off, he adjusted and reverse lapped it over short third. That was an incredible shot..
</p>
<p>
View all overs
</p>
<p>
Krish Bhagat to Ruturaj Gaikwad, no run, shimmies down and yorks himself, jams it off the toe-end back to Bhagat
</p>
<p>
Krish Bhagat to Kartik Sharma, 1 run, maiden IPL fifty. This has been a fine knock. He has played the perfect second fiddle to his captain. Raises his bat and soaks in the applause of the home crowd. Short of length delivery, Kartik gets on top of the bounce and pulls backward of square leg
</p>
<p>
Krish Bhagat to Kartik Sharma, 2 runs, full pitcher outside off, Kartik drills it back past Gaikwad and Tilak gets around from long-on, dives and stops the boundary
</p>
<p>
Krish Bhagat to Kartik Sharma, no run, another off-pace delivery, Kartik does not pick it and is early into the heave, misses and it is another dot
</p>
<p>
Krish Bhagat to Kartik Sharma, no run, slower ball around off, Kartik swings across the line and misses. He's on 47..
</p>
<p>
Krish Bhagat to Ruturaj Gaikwad, 1 run, fullish delivery around off, Gaikwad chips it down the ground and is content with a single
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->