<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-04-09T09:13:30.781Z">
<
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 NOR 126/9 (20) vs FRA
133 (Qamar Mushtaque 1(2) Shahbaz Butt 0(1)) | Norway vs France, 5th Match, Portugal T20I Tri-Series, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'NOR 126/9 (20) vs FRA
133 (Qamar Mushtaque 1(2) Shahbaz Butt 0(1)) | Norway vs France, 5th Match, Portugal T20I Tri-Series, 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>
View all overs
</p>
<p>
Mohammad Khan Rafah to Qamar Mushtaque, 1 run
</p>
<p>
Mohammad Khan Rafah to Shahbaz Butt, byes, 1 run
</p>
<p>
Mohammad Khan Rafah to Vinay Ravi, out Caught by Noman Amjad!! Vinay Ravi c Noman Amjad b Mohammad Khan Rafah 0(2)
</p>
<p>
Mohammad Khan Rafah to Vinay Ravi, no run
</p>
<p>
Mohammad Khan Rafah to Qamar Mushtaque, byes, 1 run
</p>
<p>
Mohammad Khan Rafah to Sher Sahak, out Caught&Bowled!! Sher Sahak c and b Mohammad Khan Rafah 36(29) [6s-2]
</p>
<p>
View all overs
</p>
<p>
Usman Khan to Syed Haider, out Caught by Usman Khan!! Syed Haider c Usman Khan b Usman Khan 2(5)
</p>
<p>
Usman Khan to Sher Sahak, 1 run
</p>
<p>
Usman Khan to Syed Haider, 1 run
</p>
<p>
Usman Khan to Syed Haider, no run
</p>
<p>
Usman Khan to Sher Sahak, leg byes, 1 run
</p>
<p>
Usman Khan to Sher Sahak, SIX
</p>
<p>
View all overs
</p>
<p>
Mohammad Khan Rafah to Syed Haider, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->