搜索 | 用户支持

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

Learn More

Revert curved tabs to square tabs after new update (89.0)

  • 6 个回答
  • 2 人有此问题
  • 162 次查看
  • 最后回复者为 Paulgi

more options

I recently updated Firefox to version 89.0 which made my tabs curved rather than square/blocky. Is there any method to revert the look of my tabs? This is strictly for aesthetic purposes.

I recently updated Firefox to version 89.0 which made my tabs curved rather than square/blocky. Is there any method to revert the look of my tabs? This is strictly for aesthetic purposes.

被采纳的解决方案

Yes and No. There is no built-in setting related to changing the shape of tabs in the context of the new UI, but I will mention two other options:

Community Workaround

This involves setting up a userChrome.css file. Does that sound familiar? It's an option style sheet you can create to modify Firefox's user interface. I have a rules builder that can create a rule to square off the tabs, reconnect them, and optionally add more definition to background tabs. There also are very comprehensive overhauls created by other users on the FirefoxCSS subreddit. If you are curious:

Temporary Rollback

For testing purposes, there is a preference to switch the tab bar and address bar between new style and old style. This is not expected to continue in Firefox 90, but maybe you want to use it for now if you're having a hard time with the new UI.

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste browser.proton.enabled and pause while the list is filtered

(3) Double-click the preference to switch between true (new style) and false (old style)

在上下文中阅读这个答案 👍 2

所有回复 (6)

more options

Hi,

We bring a modernized and differentiated look to tabs since Firefox 89 in order to create a signature Firefox look and experience. This major redesign will help us enable more use cases and features in the future.

more options

选择的解决方案

Yes and No. There is no built-in setting related to changing the shape of tabs in the context of the new UI, but I will mention two other options:

Community Workaround

This involves setting up a userChrome.css file. Does that sound familiar? It's an option style sheet you can create to modify Firefox's user interface. I have a rules builder that can create a rule to square off the tabs, reconnect them, and optionally add more definition to background tabs. There also are very comprehensive overhauls created by other users on the FirefoxCSS subreddit. If you are curious:

Temporary Rollback

For testing purposes, there is a preference to switch the tab bar and address bar between new style and old style. This is not expected to continue in Firefox 90, but maybe you want to use it for now if you're having a hard time with the new UI.

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste browser.proton.enabled and pause while the list is filtered

(3) Double-click the preference to switch between true (new style) and false (old style)

由jscher2000 - Support Volunteer于修改

more options

Oh great! there's a solution to fix the horrendous curved corners. Thanks :)

Where do I put that CSS code from that tabstyler link?

由Paulgi于修改

more options

Is there a way to remove the round corners on menu boxes of version 92. it looks horrendous now :(

more options

Paulgi said

Where do I put that CSS code from that tabstyler link?

The link would go into a userChrome.css file. See: https://www.userchrome.org/how-create-userchrome-css.html

Paulgi said

Is there a way to remove the round corners on menu boxes of version 92. it looks horrendous now :(

Probably, although I don't have any. You could inquire on r/FirefoxCSS (https://www.reddit.com/r/FirefoxCSS/)

more options

Thank you. I'm going to try it.