Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: is it confirmed that *no* addons work on Mozilla sites? #96

Open
bendover22 opened this issue Dec 27, 2019 · 1 comment
Open

Comments

@bendover22
Copy link

/* Thanks for your report! Please provide these info when you found bugs. */

If absolutely no addons work on any Mozilla sites, it'll be kind of hard to remember to write messages in another app.

This wouldn't help every TAC user to avoid losing posts on Mozilla sites, but is it possible to dim the icon or turn it red & flashing if it can't save entries on particular sites? Or some notification.

@B00ze64
Copy link

B00ze64 commented Jun 26, 2020

If you add the following to user.js (or you make the change in about:config) you can run extensions on AMO:

user_pref("extensions.webextensions.restrictedDomains", "");
user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);

Note that the 2nd one might not be needed, and you can edit restrictedDomains to retain stuff other than AMO if you want.

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants