<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-15T12:18:12.882Z">
<
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 | MI 205/4 (19.5) vs PBKS
200/8 (Tilak Varma 75(33) Will Jacks 25(10)) | Punjab Kings vs Mumbai Indians, 58th 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 | MI 205/4 (19.5) vs PBKS
200/8 (Tilak Varma 75(33) Will Jacks 25(10)) | Punjab Kings vs Mumbai Indians, 58th 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>
Xavier Bartlett to Tilak Varma, SIX, MI win, Tilak Varma has done it for his team - banged in short and at the stumps, he picks the length early, swivels across and then hammers it over deep backward square leg, just over the ropes and he's off in joy
</p>
<p>
Xavier Bartlett to Tilak Varma, SIX, hammered, it's now MI's game to lose - 2 needed off 2 balls - was the slower short ball from Bartlett, but it sat up to be hit and Tilak carved it high over cover for a maximum
</p>
<p>
Xavier Bartlett to Tilak Varma, no run, dot ball, this game is swinging either ways - Bartlett shortened the length and pushed one across the left-hander as Tilak shuffled across, a swipe and a miss
</p>
<p>
Xavier Bartlett to Will Jacks, 1 run, banged in short and well wide of off - stabbed behind square on the off-side for a single. 8 needed off 4 balls
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->