<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-10-29T15:37:11.896Z">
<
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 SNP 119 vs JT
178/7 (Sheldon Cottrell 0(0) ) | Jamaica Tallawahs vs St Kitts and Nevis Patriots, 27th Match, Sat, Sep 16, Caribbean Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'SNP 119 vs JT
178/7 (Sheldon Cottrell 0(0) ) | Jamaica Tallawahs vs St Kitts and Nevis Patriots, 27th Match, Sat, Sep 16, Caribbean Premier League 2023 | Cricbuzz.com';
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>
Amir to Thomas, out Bowled!! No hat-trick but 3 in 4. A length delivery that nips back in and castles the weak defence of Thomas. Falls on off-stump and that's game over too. The last man is not coming out. Nedd is injured. Thomas b Amir 0(2)
</p>
<p>
Amir to Thomas, no run, so nearly a hat-trick. Very full and attacking leg-stump, through Thomas but misses leg-stump
</p>
<p>
Amir to Cariah, out Caught by R Reifer!! Now Cariah goes. A slower ball full outside off, Cariah gets forward to loft and miscues, extra-cover runs back to take a simple catch. Cariah c R Reifer b Amir 65(40) [4s-8]
</p>
<p>
4 2 4 4 1 W (15 runs)SNP 119-7Benny Howell0(1)Yannic Cariah65(39)Imad Wasim4-0-25-3
</p>
<p>
Imad Wasim to Benny Howell, out Caught by R Reifer!! Benny Howell falls as he loses his bat after lofting. He comes down the track and slices the loft, caught by extra-cover moving to his left. The task gets tougher. Benny Howell c R Reifer b Imad Wasim 0(1)
</p>
<p>
Imad Wasim to Cariah, 1 run, slower and outside the leg-stump, Cariah pulls to deep mid-wicket
</p>
<p>
Imad Wasim to Cariah, FOUR, another reverse-sweep and the third four of the over. It's tossed up outside off, Cariah gets it wide of the diving short third man
</p>
<p>
Imad Wasim to Cariah, FOUR, thumped. Cariah makes room and belts the length delivery through extra-cover and beats long-off
</p>
<p>
Imad Wasim to Cariah, 2 runs, turning in, Cariah pulls to deep mid-wicket and a fumble helps the two being taken
</p>
<p>
Imad Wasim to Cariah, FOUR, tossed up outside off, Cariah brings out the reverse-sweep and gets it wide of short third man
</p>
<p>
Over Summary: 4 2 4 4 1 W (15 runs)Benny Howell0(1)Yannic Cariah65(39)Benny Howell0(1)Benny HowellYannic CariahImad Wasim SNP 119-70(1)Yannic Cariah65(39)65(39)Imad Wasim4-0-25-34-0-25-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->