22
How to hide element using userChrome?
(lemmy.world)
A place to discuss the news and latest developments on the open-source browser Firefox.
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
I believe userChrome is deprecated and won't be read by Firefox anymore. I don't know if there is a replacement though.
You just have to set
toolkit.legacyUserProfileCustomizations.stylesheetsin about:config to true.Yes, that does say "legacy", but I don't think, Mozilla cares to actually remove it. They mainly introduced that about:config flag to reduce startup time for the 99.9% of users that don't use a userChrome.css file...