Hacker News new | ask | show | jobs
by spacehacker 3437 days ago
Tab switching has improved a lot. I also love the new zoom level indicator in the URL bar. Very innovative. Nice.
1 comments

Is there a way to remove it from the URL bar? I find it rather distracting actually...
Via userChrome.css

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