Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Change loading icon.

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga cor-el

more options

initially when tab is loading , 3 dots moving left to right which is very cool but from some days an hourglass is showing which is very irritating ,how can i change it

initially when tab is loading , 3 dots moving left to right which is very cool but from some days an hourglass is showing which is very irritating ,how can i change it
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (1)

more options

You get the hourglass if you use ui.prefersReducedMotion = 1, possibly to disable the location bar breakout when you set focus to the location bar.

You can use 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: