<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-08T18:52:38.497Z">
<
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 SYST 134/5 (19.2) vs DHDM
128/7 (Thisara Perera 21(11) Akbar Ali 10(5)) | Dhaka Dominators vs Sylhet Strikers, 13th Match, Mon, Jan 16, Bangladesh Premier League 2023 | Cricbuzz.com-->
<
script>
let title =
'SYST 134/5 (19.2) vs DHDM
128/7 (Thisara Perera 21(11) Akbar Ali 10(5)) | Dhaka Dominators vs Sylhet Strikers, 13th Match, Mon, Jan 16, Bangladesh 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>
Soumya Sarkar to Perera, SIX, Perera finishes it off in style. A slower ball on the stumps, Perera slogs across the line and with just one hand, but clears deep mid-wicket easily
</p>
<p>
Soumya Sarkar to Akbar Ali, 1 run, scores level. Full outside off, driven to sweeper cover
</p>
<p>
4 2 4 1 6 1 (18 runs)SYST 127-5Akbar Ali9(4)Thisara Perera15(10)Salman Irshad4-0-37-0
</p>
<p>
Salman Irshad to Akbar Ali, 1 run, 18 off the over, yorker length on the stumps, driven to long-on
</p>
<p>
Salman Irshad to Akbar Ali, SIX, that should be the game, half-volley outside off, Akbar Ali gets across and sets up for the scoop, connects well and it has fallen flush on the cushions at fine-leg
</p>
<p>
Salman Irshad to Perera, 1 run, good yorker on middle-stump, dug out to long-on
</p>
<p>
Salman Irshad to Perera, FOUR, the slower ball dug in on the stumps, Perera waits and pulls between deep square leg and deep mid-wicket, placed it well
</p>
<p>
Salman Irshad to Perera, 2 runs, low full-toss on the stumps, Perera heaves to deep mid-wicket and Perera wants two, the throw from Robin Das is wide of the bowler, poor stuff
</p>
<p>
Over Summary: 4 2 4 1 6 1 (18 runs)Akbar Ali9(4)Thisara Perera15(10)Akbar Ali9(4)Akbar AliThisara PereraSalman Irshad SYST 127-59(4)Thisara Perera15(10)15(10)Salman Irshad4-0-37-04-0-37-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->