<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T09:44:38.891Z">
<
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 137 vs TSK
188/4 (Jasdeep Singh 1(1) ) | Seattle Orcas vs Texas Super Kings, 28th Match, Major League Cricket 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'SOR 137 vs TSK
188/4 (Jasdeep Singh 1(1) ) | Seattle Orcas vs Texas Super Kings, 28th Match, Major League Cricket 2025 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>
Milne to Fortuin, out Caught by Ferreira!! Adam Milne gets a fifer and TSK win by 51 runs! Fourth bowler to take a five-wicket haul in MLC. Pacy short ball, Fortuin hurriedly pulls and the ball lobs up in the air off the top-edge. Easy catch for Ferreira at short fine leg. Fortuin c Ferreira b Milne 4(11)
</p>
<p>
Milne to Jessy Singh, 1 run, very full and Jasdeep opens the bat-face to squeeze it to third man
</p>
<p>
Milne to Gannon, out Bowled!! 88mph, perfect yorker, too quick for Gannon who can't bring his bat down in time. The ball smashes into the base of the middle-stump. Two in two for Milne. Gannon b Milne 0(1)
</p>
<p>
Milne to Raza, out Caught by Smit Patel!! 88mph, pacy hard length ball, Raza loses his shape as he goes too hard on the pull. Only manages a top-edge and it's a dolly for the keeper to pouch it. Raza c Smit Patel b Milne 23(17) [4s-2 6s-1]
</p>
<p>
View all overs
</p>
<p>
Noor Ahmad to Fortuin, no run, attempts the reverse-sweep and misses as the ball spins away from a length. Noor Ahmad finishes with 2/26
</p>
<p>
Noor Ahmad to Raza, 1 run, 58mph, trifle short, Raza mishits the pull. Shubham runs in from deep midwicket, slides and gets both hands on it but fails to catch it
</p>
<p>
Noor Ahmad to Raza, no run, 57mph, googly that spins away outside off, Raza swings hard only to connect with thin air
</p>
<p>
Noor Ahmad to Fortuin, 1 run, 55mph, fuller ball and Fortuin reverse-sweeps through point
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->