Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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!