Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

How can I put the tabs back under my toolbar?

more options

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.

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.

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)

more options

Solusi Terpilih

You can use any of the following add-ons.

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 }