You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-sup...@lists.mozilla.org
So I just read that in FF69 that userChrome.css and userContent.css will
no longer work unless
toolkit.legacyUserProfileCustomizations.stylesheets=true. So what's
replacing userChrome.css and userContent.css in terms of customization?
I use those files *religiously* to keep users at my org from messing
with things they ought not. Are there plans to someday remove
toolkit.legacyUserProfileCustomizations.stylesheets altogether?
Dave Royal
unread,
Aug 22, 2019, 9:49:37 AM8/22/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You can replace userContent.css with a stylesheet added by a
webextension. It's documented under 'content scripts'.
There are also addons (Stylus, Stylish) which make it easy to add
userstyles; why would you use userContent.css?