old blog,

HOWTO: Removing Firefox Menu Toolbar

Izhar Firdaus Izhar Firdaus Follow Support Jan 15, 2007 · 1 min read
HOWTO: Removing Firefox Menu Toolbar
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Yet-another-shrinking-your-UI guide lol~..

Lets go straight to the point. First, to those you a newbie in editing userChrome.css, locate the file using this guide.

Then, just add these lines in userChrome.css.

toolbar#toolbar-menubar {display : none !important}

.toolbarbutton-menubutton-button > .toolbarbutton-box,
.toolbarbutton-1 > .toolbarbutton-box
{
max-width: 16px !important;
text-align: center !important;
}
Done.

(I'm in lazy mode)

Edit: For the Menu button, use the Compact Menu extension.
Written by Izhar Firdaus Follow Support
I'm a system architect, data engineer and developer advocate with passion in Free / Open Source software, entrepreneurship, community building, education and martial art. I take enjoyment in bridging and bringing together different FOSS technologies to help businesses and organizations utilize IT infrastructure to aid and optimize their business and organizational process.

Death Note got licensed in the US

Read It HereI was wondering why it took so long for ep 13 of Death Note, so I googled and found out the news. Dammit, the US licensed...

In old blog, Jan 13, 2007

« Previous Post

HOWTO: Extracting RPM from command line

Sometimes, admins might want to extract some files from a RPM file for some purposes. If on a system with GUI, this can be easily don...

In old blog, Jan 17, 2007

Next Post »