wildskyf / TextareaCache

Browser Add-on: Automatically save the content in Textarea.
MIT License
66 stars 7 forks source link

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

Open bendover22 opened 4 years ago

bendover22 commented 4 years ago

/ 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 commented 4 years ago

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,