<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-09-01T05:43:01.944Z">
<
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 TKR 172/7 (16) vs GAW
185/5 (Joshua Da Silva 13(5) Dominic Drakes 14(13)) | Trinbago Knight Riders vs Guyana Amazon Warriors, 22nd 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 =
'TKR 172/7 (16) vs GAW
185/5 (Joshua Da Silva 13(5) Dominic Drakes 14(13)) | Trinbago Knight Riders vs Guyana Amazon Warriors, 22nd 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>
Romario Shepherd to Dominic Drakes, SIX, pad-lined full toss and Drakes whips it away over deep backward square leg for a maximum. Guyana Amazon Warriors win by 9 runs
</p>
<p>
Romario Shepherd to Joshua Da Silva, 1 run, 104.5kph, slaps this length ball down to long-off
</p>
<p>
Romario Shepherd to Joshua Da Silva, no run, 104kph, off-speed length ball wide of off, Joshua Da Silva throws his bat at it and fails to make contact
</p>
<p>
Romario Shepherd to Joshua Da Silva, FOUR, slower ball into the deck, Joshua Da Silva spots it. Hops and slightly delays his stroke to periscope it over the keeper's head. Three balls, three fours for Joshua Da Silva
</p>
<p>
Romario Shepherd to Dominic Drakes, leg byes, 1 run
</p>
<p>
Romario Shepherd to Dominic Drakes, 2 runs, 131.6kph, low full toss outside off, a shuffling Drakes squirts it towards third man for a brace
</p>
<p>
View all overs
</p>
<p>
Shamar Joseph to Joshua Da Silva, FOUR, back-to-back fours! Length ball at 144.9kph and Joshua Da Silva gets into a good position to elevate it over mid-off. 16 runs off the penultimate over
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->