Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

New wider address bar

  • 1 antwoord
  • 1 heeft dit probleem
  • 72 weergaven
  • Laatste antwoord van 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

Gekozen oplossing

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".

Dit antwoord in context lezen 👍 0

Alle antwoorden (1)

more options

Gekozen oplossing

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".