搜索 | 用户支持

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

详细了解

Disable Firefox "Expanding/Enlarged" URL Bar

  • 3 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 XC78

more options

12/25/2020

Hello Mozilla Support, please advise on how to permanently disable the "expanding/enlarging" URL bar that continues to be featured with each new browser update. From previous experience, I have uninstalled/reinstalled and attempted to change the following advanced settings as seen on other threads:

Method 1: 1. about:config 2. browser.urlbar.openViewOnFocus = FALSE 3. browser.urlbar.update1 = FALSE 4. browser.urlbar.update1.interventions = FALSE 5. browser.urlbar.update1.searchTips = FALSE

Method 2: 1. about:config 2. browser.urlbar.disableExtendForTests = TRUE 3. browser.urlbar.maxRichResults = 0

Neither of these methods currently seem to work and even when they have worked in the past, why does Mozilla continue to enable this feature with each new update without a simple option to disable when so many users have requested instructions on how to shut off? What is the purpose of the expanding URL bar? What does an enlarged URL bar do to benefit the search experience? Is there another reason why Mozilla keeps this feature going for every new update? It often becomes time consuming to search and figure out what the new procedure is to keep disabling, every single time an update occurs.

Please help, Thank you!

12/25/2020 Hello Mozilla Support, please advise on how to permanently disable the "expanding/enlarging" URL bar that continues to be featured with each new browser update. From previous experience, I have uninstalled/reinstalled and attempted to change the following advanced settings as seen on other threads: Method 1: 1. about:config 2. browser.urlbar.openViewOnFocus = FALSE 3. browser.urlbar.update1 = FALSE 4. browser.urlbar.update1.interventions = FALSE 5. browser.urlbar.update1.searchTips = FALSE Method 2: 1. about:config 2. browser.urlbar.disableExtendForTests = TRUE 3. browser.urlbar.maxRichResults = 0 Neither of these methods currently seem to work and even when they have worked in the past, why does Mozilla continue to enable this feature with each new update without a simple option to disable when so many users have requested instructions on how to shut off? What is the purpose of the expanding URL bar? What does an enlarged URL bar do to benefit the search experience? Is there another reason why Mozilla keeps this feature going for every new update? It often becomes time consuming to search and figure out what the new procedure is to keep disabling, every single time an update occurs. Please help, Thank you!

被采纳的解决方案

There is no option to completely disable the enlargement. The options are the same for Firefox 78-84. I have a summary on my site here:

https://www.userchrome.org/megabar-styling-firefox-address-bar.html#enlargement

定位到答案原位置 👍 1

所有回复 (3)

more options

选择的解决方案

There is no option to completely disable the enlargement. The options are the same for Firefox 78-84. I have a summary on my site here:

https://www.userchrome.org/megabar-styling-firefox-address-bar.html#enlargement

more options

Firefox 63+ has support for "@media (prefers-reduced-motion)" to honor system settings to minimize the amount of non-essential motion.

You can create a new Number pref named ui.prefersReducedMotion on the about:config page to show or block some animations. In Firefox 78+ this includes the location bar breakout. In Firefox 80+ this replaces the tab loading indicator with an hourglass.

  • set the value to 1 if you want to block animations
    ui.prefersReducedMotion = 1
  • set its value to 0 if you want to see animations
    ui.prefersReducedMotion = 0

See also:


You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

more options

jscher2000/cor-el, I appreciate the response. Your solutions have worked.

Thank you!