AnimalQuery

Tries to speedup browsing by disabling CSS content animations

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
opsomh
Instalaciones diarias
0
Instalaciones totales
760
Calificaciones
7 0 0
Versión
2019.09.18.2157
Creado
13/5/2016
Actualizado
14/11/2021
Tamaño
1,02 KB
Licencia
WTFPLv2, no warranty
Funciona en
Todos los sitios

System/browser settings to reduce motion:

Help page: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion#user_preferences

Overriding Firefox config: in about:config create new pref: ui.prefersReducedMotion set to 1.

I gave up

Animation is no longer modified to be instant or removed completely - animation curve is modified to instantly jump to the end, but all timers are preserved.

This should reduce side effects listed below.

This script may have side effects:

  • sometimes events attached to animation will not fire. I still work on this from time to time. One of workarounds is to set duration of the animation to very low value (0.001ms) - this have slight effect on performance - your benchmark scores may be bit lower.
  • you may see page jumps when (auto)scrolling. This is (I think) side effect of jQuery animation jumping to the end immediately.
  • dropdown fields selection may jump randomly (flicker)
  • marquee/carousel/slideshow-like animations may scroll very fast using lot of resources (commenting out delays/durations adjustment will help)
  • youtube cinema mode switching may not work (player width will stuck)
  • google login page may stuck on greyed password field
  • endomondo login page may stuck (white page, orange progress on top)
  • map on mygpsfiles.com cannot be resized
  • DuckDuckGo search results may flicker/jump on hover
  • olx.pl search results may stuck on spinner

Because of this, new js-only version is available now https://greasyfork.org/scripts/40529-animalqueryjs Issues may also been fixed in new Firefox releases (66 looks promising)

This script is developed and used in Firefox, Violentmonkey