<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-21T17:38:23.984Z">
<
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 CZE 164/5 (19.2) vs BGR
158 (Sojib Miah 33(15) Ratul Khan 2(2)) | Bulgaria vs Czech Republic, 7th Place Play-off, ICC Men's T20 World Cup Sub Regional Europe Qualifier C 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'CZE 164/5 (19.2) vs BGR
158 (Sojib Miah 33(15) Ratul Khan 2(2)) | Bulgaria vs Czech Republic, 7th Place Play-off, ICC Men's T20 World Cup Sub Regional Europe Qualifier C 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>
Danyal Raja to Sojib Miah, SIX
</p>
<p>
Danyal Raja to Ratul Khan, 1 run
</p>
<p>
View all overs
</p>
<p>
Oscar Duff to Sojib Miah, SIX
</p>
<p>
Oscar Duff to Sojib Miah, no run
</p>
<p>
Oscar Duff to Ratul Khan, 1 run
</p>
<p>
Oscar Duff to Sudesh Wickramasekara, out Caught by Kushaal Krishnakumar!! Sudesh Wickramasekara c Kushaal Krishnakumar b Oscar Duff 10(15)
</p>
<p>
Oscar Duff to Sojib Miah, 1 run
</p>
<p>
Oscar Duff to Sojib Miah, wide
</p>
<p>
Oscar Duff to Sudesh Wickramasekara, 1 run
</p>
<p>
View all overs
</p>
<p>
Danyal Raja to Sojib Miah, FOUR
</p>
<p>
Danyal Raja to Sojib Miah, FOUR
</p>
<p>
Danyal Raja to Sojib Miah, no run
</p>
<p>
Danyal Raja to Sudesh Wickramasekara, 1 run
</p>
<p>
Danyal Raja to Sojib Miah, 1 run
</p>
<p>
Danyal Raja to Sojib Miah, no run
</p>
<p>
View all overs
</p>
<p>
Oscar Duff to Sojib Miah, 1 run
</p>
<p>
Oscar Duff to Sojib Miah, FOUR
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->