Hacker News new | ask | show | jobs
by lalalander 3439 days ago
Is there a way to remove it from the URL bar? I find it rather distracting actually...
1 comments

Via userChrome.css

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #urlbar-zoom-button {
        display: none !important;}