<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-08-31T06:09:06.188Z">
<
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 BHR 87
(Abdul Majid Abbasi 8(58) ) | Bahrain vs Nepal, 4th Match, Group A, ACC Men's Premier Cup, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'BHR 87
(Abdul Majid Abbasi 8(58) ) | Bahrain vs Nepal, 4th Match, Group A, ACC Men's Premier Cup, 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'Innings Break';
let live_score =
'87(36.2)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Abdul Majid AbbasiView match performanceView profile';
let score =
'8';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Lalit RajbanshiView match performanceView profile';
let overs =
'6.2';
let runs =
'20';
let wickets =
'3';
}
// Other details
let other_info = {
let partner_ship =
'17(57)';
let recent_balls =
'';
let last_wicket =
'20 runs, 2 wkts';
let current_run_rate =
'2.39';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Lalit Rajbanshi to Ali Dawood, out Caught by Karan KC!! Ali Dawood c Karan KC b Lalit Rajbanshi 10(28) [6s-1]
</p>
<p>
Lalit Rajbanshi to Ali Dawood, no run
</p>
<p>
View all overs
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
View all overs
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
Karan KC to Ali Dawood, no run
</p>
<p>
View all overs
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
<p>
Gulsan Jha to Abdul Majid Abbasi, no run
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->