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

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

User avatar
ron_1
Moon Magic practitioner
Moon Magic practitioner
Posts: 2860
Joined: 2012-06-28, 01:20

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

Unread post by ron_1 » 2017-12-03, 17:01

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
You do not have the required permissions to view the files attached to this post.
Last edited by ron_1 on 2017-12-03, 18:54, edited 1 time in total.

joe04

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

Unread post by joe04 » 2017-12-03, 18:38

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.)

User avatar
ron_1
Moon Magic practitioner
Moon Magic practitioner
Posts: 2860
Joined: 2012-06-28, 01:20

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

Unread post by ron_1 » 2017-12-03, 18:54

It worked. Thanks!