<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-03T18:37:42.049Z">
<
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 SOR 127/9 (20) vs MINY
132/8 (Jasdeep Singh 16(8) Ottneil Baartman 1(1)) | Seattle Orcas vs MI New York, 17th Match, Major League Cricket 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SOR 127/9 (20) vs MINY
132/8 (Jasdeep Singh 16(8) Ottneil Baartman 1(1)) | Seattle Orcas vs MI New York, 17th Match, Major League Cricket 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>
View all overs
</p>
<p>
Kieron Pollard to Jasdeep Singh, 1 run, short again, Jasdeep can't generate enough power on the pull as he sends it over midwicket. MI New York win by 5 runs
</p>
<p>
Kieron Pollard to Jasdeep Singh, no run, another dot! Jasdeep Singh dances down the track to pull and fails to make contact against this off-speed shortish ball
</p>
<p>
Kieron Pollard to Jasdeep Singh, no run, swing and miss. Off-speed back of a length delivery outside off, Jasdeep is early to pull and misses
</p>
<p>
Kieron Pollard to Ottneil Baartman, 1 run, Baartman walks forward and across to flick this fullish ball over midwicket. He wants the second but Jasdeep turns it down
</p>
<p>
Kieron Pollard to Marcus Stoinis, out Caught by Romario Shepherd!! Gone! Spectacular catch. Width on offer, quick hands from Stoinis to cut it away. After making contact, he would have thought that it's a boundary. But Romario Shepherd times his jump perfectly at backward point to take a superb overhead catch. Stoinis and Jasdeep Singh are down on their haunches in disbelief. Marcus Stoinis c Romario Shepherd b Kieron Pollard 36(31) [4s-5 6s-1]
</p>
<p>
Kieron Pollard to Marcus Stoinis, SIX, the Orcas are suddenly the favourites now. Off-speed back of a length delivery, Stoinis backs away, waits for the ball and slams it flat and over long-off
</p>
<p>
View all overs
</p>
<p>
Trent Boult to Jasdeep Singh, FOUR, 16 runs off the over! Shortish ball and Jasdeep pulls it over midwicket. Game on
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->