How can I put the tabs back under my toolbar?
I stupidly set firefox to automatically update, and the newest version has fundamental UI changes that I absolutely hate with the fire of a thousand suns. I want my tabs back where I had them, directly over the content of the page, underneath the address bar and my quicklinks bar, the only place the tabs should ever be. The exact place where the information the tabs provide ("What page am I looking at?") is the most useful. Only someone with a severe head injury would think the tabs should be way up at the top of the application. They provide no useful information at the top of the screen. Placing them directly above the content they control is the most sensible place for the tabs to be.
Solusi terpilih
You can use any of the following add-ons.
- https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/fdgueux-tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/classicthemerestorer/
If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }
Baca jawaban ini dalam konteks 👍 1
Semua Balasan (1)
Solusi Terpilih
You can use any of the following add-ons.
- https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/fdgueux-tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/classicthemerestorer/
If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }