<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-09T05:33:34.972Z">
<
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 ABF 168/8 (20) vs JKM
167/7 (Alzarri Joseph 1(1) Shamar Springer 7(5)) | Jamaica Kingsmen vs Antigua and Barbuda Falcons, 1st Match, Caribbean Premier League 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ABF 168/8 (20) vs JKM
167/7 (Alzarri Joseph 1(1) Shamar Springer 7(5)) | Jamaica Kingsmen vs Antigua and Barbuda Falcons, 1st Match, Caribbean Premier League 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>
Hunain Shah to Shamar Springer, 2 runs, the Falcons win by 2 wickets! Shamar Springer whips this full length delivery towards long-on, and Powell charges in from the deep to gather the ball. He fumbles while collecting the ball, and that allows the batsman to come back for two. That's a perfect start to the season
</p>
<p>
Hunain Shah to Alzarri Joseph, 1 run, full toss around middle and leg, driven to long-on by Alzarri Joseph for a single. 2 runs needed in 1 ball. Super over anyone? Are we going to witness a super over in the first match of the season? Springer to face the final ball of the match
</p>
<p>
Hunain Shah to Usama Mir, out Caught by Hassan Khan!! Make that two wickets in a row. Hunain Shah is on a hat-trick all of a sudden. This was pitched up by the bowler outside off and Usama Mir sliced it straight to Hassan Khan at deep point. He is not going to miss out on those and the Falcons need 3 runs in 2 balls. Usama Mir c Hassan Khan b Hunain Shah 0(1)
</p>
<p>
Hunain Shah to Jahmar Hamilton, out Caught by Rovman Powell!! This match is not over yet. A juicy full toss by Hunain Shah and Jahmar Hamilton has lofted it towards long-on. Powell is quick to move across to his left as he takes a well-judged low catch. 3 runs needed in 3 balls with a new batsman at the crease. Jahmar Hamilton c Rovman Powell b Hunain Shah 3(4)
</p>
<p>
Hunain Shah to Shamar Springer, 1 run, full toss around off, Shamar Springer drills it to long-off for a single
</p>
<p>
Hunain Shah to Shamar Springer, 2 runs, full and quick outside off, Shamar Springer drives it to wide long-off for two runs
</p>
<p>
View all overs
</p>
<p>
Andre Russell to Shamar Springer, 1 run, full and wide outside off, drilled to long-off by Shamar Springer for a single
</p>
<p>
Andre Russell to Jahmar Hamilton, 1 run, low full toss by Andre Russell as Jahmar Hamilton whips it towards deep mid-wicket
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->