diox/firefox-minimap-scroller

Show some info on AMO

Closed this issue · 4 comments

On AMO content scripts are blocked by Firefox. Can you please add some short message to the sidebar, like "Not available for this site" so it does not look broken?

Unless, of course, the browser is configured to allow content scripts on AMO.

diox commented

I'll have to investigate, I'm not sure if the sidebar receives an error when trying to connect to the content script on AMO/about: pages.

@MikkCZ If you like, try:
/* Allow extensions to interact with pages such as addons.mozilla.org */
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);

Closing (as won't fix) given the add-on development seems stopped anyway.