搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

The new update ignores browser.tabs.onTop = false. They go on top no matter the setting. :(

more options

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

I like my tabs on top. Before the recent update I could set browser.tabs.onTop to false in about:config to get them on the bottom. The recent update ignores this setting and puts them on top. How do I get them back on the bottom?

所有回复 (1)

more options

You can use either 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 }