Page 1 of 1

[SOLVED] How to get rid of zoom % in address bar?

Posted: 2017-12-03, 17:01
by ron_1
As the subject line asks, how can you get rid of the zoom percentage listed in the address bar? To me it's totally unnecessary.
Untitled.jpg

Re: How to get rid of zoom % in address bar?

Posted: 2017-12-03, 18:38
by joe04
This userChrome.css removed it for me in Firefox earlier this year:

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#urlbar-zoom-button {display:none !important}
(I've not used Basilisk so can't vouch for it there. Same UI though so I'm guessing it works the same.)

Re: How to get rid of zoom % in address bar?

Posted: 2017-12-03, 18:54
by ron_1
It worked. Thanks!