
Is there a way to hide the hamburger button?
Is there a way to hide the hamburger button?
Soluție aleasă
http://userstyles.org/styles/101011/hide-firefox-menu-button
or by using a userChrome.css file
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #PanelUI-menu-button {display: none;}Citește acest răspuns în context 👍 1
Toate răspunsurile (6)
Hello,
What kin of hamburger button you are trying to get rid off?? Is that an add-on ?? Disable or remove Add-ons Unable to install add-ons (extensions or themes)
It's the new menu button that looks like four horizontal lines, in the top right corner of the screen. I thought it was called the hamburger button.
You can do it with Classic Theme Restorer. https://addons.mozilla.org/hu/firefox/addon/classicthemerestorer/
Soluție aleasă
http://userstyles.org/styles/101011/hide-firefox-menu-button
or by using a userChrome.css file
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #PanelUI-menu-button {display: none;}
Thanks very much guys!