<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-20T11:20:06.592Z">
<
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 Czech Republic vs Portugal, 18th Match, 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 =
'Czech Republic vs Portugal, 18th Match, 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 =
'Rain stops play - Czech Republic need 188 runs in 67 balls';
let live_score =
'24-5(8.5)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Saqlain MukhtarView match performanceView profile';
let score =
'0';
let fours =
'0';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Edward FlemingView match performanceView profile';
let overs =
'2.5';
let runs =
'7';
let wickets =
'1';
}
// Other details
let other_info = {
let partner_ship =
'1(6)';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'2.72';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Edward Fleming to Joseph Cope, 1 run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
View all overs
</p>
<p>
Rahulkumar Hashu to Saqlain Mukhtar, no run
</p>
<p>
Rahulkumar Hashu to Sazib Bhuiyan, out Caught by Cachopa!! Sazib Bhuiyan c Cachopa b Rahulkumar Hashu 11(14) [4s-1]
</p>
<p>
Rahulkumar Hashu to Sazib Bhuiyan, 2 runs
</p>
<p>
Rahulkumar Hashu to Joseph Cope, 1 run
</p>
<p>
Rahulkumar Hashu to Joseph Cope, FOUR
</p>
<p>
Rahulkumar Hashu to Joseph Cope, no run
</p>
<p>
View all overs
</p>
<p>
Edward Fleming to Joseph Cope, 1 run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Joseph Cope, no run
</p>
<p>
Edward Fleming to Sazib Bhuiyan, 1 run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->