搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

New wider address bar

  • 1 回覆
  • 1 有這個問題
  • 71 次檢視
  • 最近回覆由 cor-el

more options

I do not like this wide address bar and need to go back to classic look. I tried some links on this support but it does not help. I would also like to to have to reset my preferences after each update. My version is 83.0 on Windows 7.

Thanks

I do not like this wide address bar and need to go back to classic look. I tried some links on this support but it does not help. I would also like to to have to reset my preferences after each update. My version is 83.0 on Windows 7. Thanks

被選擇的解決方法

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

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

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

從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

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

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

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