Skip to content

benoit-pierre/animate_images.user.js

Repository files navigation

Animate Images

A Firefox userscript: combine with image.animation_mode=none to play animated image formats (GIF & WebP) on click.

Supported userscript managers:

  • FireMonkey: partially broken when using privacy.firstparty.isolate=true.

  • GreaseMonkey: broken when using privacy.firstparty.isolate=true.

  • Tampermonkey:

    • Does not work on pages where JavaScript is disabled (e.g. with uBlock Origin).
    • Does not support @match <all_urls> in metadata block: you'll have to add a * entry to the "User includes" rules.
    • You'll also want to add a * entry to the "User domain whitelist" rules unless you fancy manually whitelisting every request to fetch an image.
  • Violentmonkey: yes.