TextareaCache
TextareaCache copied to clipboard
Question: is it confirmed that *no* addons work on Mozilla sites?
trafficstars
/* 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.
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,