<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-06-29T18:47:00.152Z">
<
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 LAKR 134/8 (20) vs SOR
154/7 (Shadley van Schalkwyk 1(1) Fabian Allen 1(1)) | Los Angeles Knight Riders vs Seattle Orcas, 14th 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 =
'LAKR 134/8 (20) vs SOR
154/7 (Shadley van Schalkwyk 1(1) Fabian Allen 1(1)) | Los Angeles Knight Riders vs Seattle Orcas, 14th 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>
Marcus Stoinis to Shadley van Schalkwyk, 1 run, Orcas win by 20 runs! A length delivery by Marcus Stoinis and Shadley van Schalkwyk drags it through the leg-side for a single. Stoinis hugs his teammates and dances to celebrate a sweet win
</p>
<p>
Marcus Stoinis to Matthew Tromp, out Caught by Gannon!! Lofted towards long-on where Gannon takes a fantastic running catch to his left. The umpires check for the catch upstairs and the third umpire reckons it was a clean catch. Gannon had fingers underneath and the batsman has to keep walking back. Matthew Tromp c Gannon b Marcus Stoinis 17(12) [6s-2]
</p>
<p>
Marcus Stoinis to Matthew Tromp, SIX, short and wide outside off, Matthew Tromp smashes it over long-off for half-a-dozen
</p>
<p>
Marcus Stoinis to Fabian Allen, 1 run, on a length around off, pushed into the off-side for a single
</p>
<p>
Marcus Stoinis to Jason Holder, out Bowled!! That keeps low again, Jason Holder lines up to slog this, loses his shape due to the lack of bounce and it hits timber. Jason Holder is gone. 29 runs needed in 4 balls now.. Jason Holder b Marcus Stoinis 21(20) [4s-1 6s-2]
</p>
<p>
Marcus Stoinis to Jason Holder, no run, 5 sixes in 5 balls needed now! On a length outside off, Jason Holder swings and misses, that kept really low
</p>
<p>
View all overs
</p>
<p>
Jasdeep Singh to Jason Holder, 1 run, yorker length ball as Jason Holder flicks it to deep mid-wicket on the bounce
</p>
<p>
Jasdeep Singh to Jason Holder, no run, three dots in a row. Yet another yorker outside off, Jason Holder can't squeeze it out
</p>
<p>
Jasdeep Singh to Jason Holder, no run, yorker length ball around off, Jason Holder tries to squeeze it out, misses
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->