<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-19T10:36:55.117Z">
<
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 JKM 207/5 (19.4) vs GAW
206/4 (Hassan Khan 4(2) Rovman Powell 40(17)) | Jamaica Kingsmen vs Guyana Amazon Warriors, Qualifier 2, 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 =
'JKM 207/5 (19.4) vs GAW
206/4 (Hassan Khan 4(2) Rovman Powell 40(17)) | Jamaica Kingsmen vs Guyana Amazon Warriors, Qualifier 2, 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 =
'';
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>
Romario Shepherd to Hassan Khan, 2 runs, Kingsmen win, they're through to the finals of #CPL2026 - a full-toss on middle and it's clipped into the gap wide of mid-on, they come back for the second and the celebrations begin in the camp
</p>
<p>
Romario Shepherd to Hassan Khan, 2 runs, just short of Dindyal at deep backward square leg and they scamper back for two - on a length and angling into the right-hander, Hassan swung across the line and mistimed it high over square leg - Dindyal charged in and then threw himself forward, but he couldn't quite get under the ball
</p>
<p>
Romario Shepherd to Andre Russell, out Caught by Shai Hope!! Drama at the Kensington Oval - Russell looked sick and tired and he's fallen now - banged in short and just outside off, Russell swung across the line and gets a healthy top-edge, straight through to Shai Hope. They check for the front-foot no-ball first and then for the height, but Shepherd is fine on both counts. This match ain't over - they still need 4 from 4 balls with a new man on striker. Andre Russell c Shai Hope b Romario Shepherd 2(5)
</p>
<p>
Romario Shepherd to Andre Russell, wide, another wide, pressure beginning to tell on Romario - sprays this one miles outside off, 4 needed off 5 balls
</p>
<p>
Romario Shepherd to Andre Russell, wide, the slower bouncer, but it loops high over Russell's head, called as a wide for height - 5 needed off 5 balls
</p>
<p>
Romario Shepherd to Andre Russell, no run, good start from Shepherd, yorker length delivery outside off and a backing away Russell can't lay bat on it. 6 needed off 5 balls
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->