Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

zoom indicator is back in URL bar

  • 2 odgovori
  • 0 ima ovaj problem
  • 12 views
  • Posljednji odgovor poslao cor-el

more options

When the zoom indicator was introduced in the URL bar, it could be removed with an option in the addon "classicthemerestorer". With a recent update, the indicator is back. How can we remove it now? I can only find information about it from 2017. Firefox is very good, but why are our screens filled up with tools that we cannot remove easily when we don't need them and they are annoying?

When the zoom indicator was introduced in the URL bar, it could be removed with an option in the addon "classicthemerestorer". With a recent update, the indicator is back. How can we remove it now? I can only find information about it from 2017. Firefox is very good, but why are our screens filled up with tools that we cannot remove easily when we don't need them and they are annoying?

All Replies (2)

more options

The creator of Classic Theme Restorer now provides css code to replace the previous extension. Search for Aris on github. His code is comprehensive and it will take considerable time, probably, to find what you want there. There is a firefoxcss community on fedia. io where you could ask.

more options

Add CSS code to the userChrome.css file in the chrome folder in the Firefox profile folder.


#urlbar-zoom-button { display:none!important; }

More info about userChrome.css/userContent.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.