<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-06T10:24:10.308Z">
<
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 BRSAL 171/8 (20) vs SYST
173/5 (Kamrul Islam 1(1) Mohammad Wasim Jr 10(4)) | Fortune Barishal vs Sylhet Strikers, 23rd Match, Bangladesh Premier League 2023 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BRSAL 171/8 (20) vs SYST
173/5 (Kamrul Islam 1(1) Mohammad Wasim Jr 10(4)) | Fortune Barishal vs Sylhet Strikers, 23rd Match, Bangladesh Premier League 2023 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>
Rejaur Rahman Raja to Mohammad Wasim Jr, FOUR, Sylhet Sixers win by 2 runs. Rejaur has held his nerve and not given a six off the last ball. Short and angled down leg, Wasim gets inside the line and helps it along the way to fine leg
</p>
<p>
Rejaur Rahman Raja to Mohammad Wasim Jr, SIX, wow! This game is not done yet. Rejaur misses the yorker and dishes out a length ball, Wasim stays deep in the crease and lofts it way over long-on
</p>
<p>
Rejaur Rahman Raja to Mohammad Wasim Jr, no run, good length ball outside off, Wasim moves across and misses the lap, struck on the pad. 13 off 2
</p>
<p>
Rejaur Rahman Raja to Kamrul, 1 run, short of length around off, Kamrul slices it in front of deep extra cover and the ball lands safely, just a single
</p>
<p>
Rejaur Rahman Raja to Mohammad Wasim Jr, out Mehidy Hasan Miraz Run Out!! Brilliant work by Rahim. Mehidy wanted the strike and perishes in the process. Rejaur hits the hard length and beats Wasim on the cross-batted swing, Mehidy races to the other end and puts in the dive but Rahim hits the bullseye to catch him short of the crease. Mehidy Hasan Miraz run out (Mushfiqur) 7(4) [6s-1]
</p>
<p>
Rejaur Rahman Raja to Iftikhar Ahmed, out Caught by (sub)Ackermann!! Is that the game? Barishal's dugout certainly think so as the celebrations are wild. Rejaur hits the hard length and gets it to bounce, Iftikhar wanted to go down town but gets it high on the bat and splices it towards long-off, Ackermann runs in and takes a calm catch. Rejaur has made a telling blow. Iftikhar Ahmed c (sub)Ackermann b Rejaur Rahman Raja 17(13) [4s-1 6s-1]
</p>
<p>
Rejaur Rahman Raja to Iftikhar Ahmed, wide, full and outside off, Iftikhar walks across and lets it pass. 14 off 6
</p>
<p>
View all overs
</p>
<p>
Amir to Mehidy Hasan Miraz, no run, dot to end. Slower short ball, Mehidy pulls early and the ball lobs over his top-edge. Another brilliant over under pressure from Amir. His last two overs figures read - 2-0-9-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->