Extension for blocking all animations
Moderators: FranklinDM, Lootyhoof
-
carpet
- Moon lover

- Posts: 77
- Joined: 2018-10-03, 21:19
Extension for blocking all animations
Is there a way to stop all animations whether by an add-on, PM setting or changing things in UBlock Origin? I've been trying to do this with dozens of extensions and settings for 20 years and still haven't found a way that works without breaking most websites.
Examples include:
- www.deepl.com - red-circled thing in screenshot
- Worst of all is that thing that started about seven(?) years ago where shitty designers started filling the page entire page with one colossal video. I suffer from migraines and these sites pretty much always trigger one which surely violates ADA regs. For example https://fr.mamashelter.com/
- www.nytimes.com (main front page) -> N.B. they have at least two different types of video that function differently, any of which may be on the site or not on a given day. Some types always auto-play and can't be stopped (a lot of these seem to be drone footage for some reason) while other types have play and/or pause buttons and may start automatically, or not (and tend to show one person speaking, also for some unknown reason).
Examples include:
- www.deepl.com - red-circled thing in screenshot
- Worst of all is that thing that started about seven(?) years ago where shitty designers started filling the page entire page with one colossal video. I suffer from migraines and these sites pretty much always trigger one which surely violates ADA regs. For example https://fr.mamashelter.com/
- www.nytimes.com (main front page) -> N.B. they have at least two different types of video that function differently, any of which may be on the site or not on a given day. Some types always auto-play and can't be stopped (a lot of these seem to be drone footage for some reason) while other types have play and/or pause buttons and may start automatically, or not (and tend to show one person speaking, also for some unknown reason).
You do not have the required permissions to view the files attached to this post.
-
Gemmaugr
- Lunatic

- Posts: 424
- Joined: 2025-02-03, 07:55
Re: Extension for blocking all animations
Using the element picker from uBO, and selecting the movable banner, I can then chose "##div.rfm-marquee:nth-of-type(1)" which stops the animation. It could perhaps stop the animations on other sites too, if they use the same Marquee code. Though I'm not an expert by any means.. Also, do note that this will make links in the moving banner beyond the initial "image" unavailable.
-
_yuyu_
- Lunatic

- Posts: 265
- Joined: 2015-03-02, 14:18
Re: Extension for blocking all animations
I use this Greasemonkey script:
AutoPlay Disabled for HTML5 Videos + Pause on Switch Tab
AutoPlay Disabled for HTML5 Videos + Pause on Switch Tab
Pale Moon 64-bit on Win 7 x64
-
Gemmaugr
- Lunatic

- Posts: 424
- Joined: 2025-02-03, 07:55
Re: Extension for blocking all animations
Wouldn't it be easier to just set "media.autoplay.enabled;false" in About:Config?_yuyu_ wrote: ↑2025-08-04, 16:38I use this Greasemonkey script:
AutoPlay Disabled for HTML5 Videos + Pause on Switch Tab
-
UCyborg
- Astronaut

- Posts: 727
- Joined: 2019-01-10, 09:37
- Location: Slovenia
Re: Extension for blocking all animations
There was user stye sheet floating around that I can't find, supposedly offers safe way to disable CSS animations.
We do however have native option, layout.css.animation.enabled on about:config page.
We do however have native option, layout.css.animation.enabled on about:config page.
-
Michaell
- Lunatic

- Posts: 399
- Joined: 2018-05-26, 18:13
Re: Extension for blocking all animations
Is there any known loss of function from disabling css animation? I'm willing to try but I don't know what to watch for that might be affected.
Win10home(1709), PM34.0.1-portable as of Jan. 22, 2026
-
Ghostwalker
- Moongazer

- Posts: 12
- Joined: 2016-03-03, 13:05
Re: Extension for blocking all animations
What Gemmaugr offered is the fail safe method without altering anything else on the page. Thanks to UCyborg we have an updated uBlock Origin from the Pale Moon Add-ons page which most of us are probably using that is more responsive than older versions. Yes, just right click any animation on a page and the context menu that pops up will show a [Block Element] feature next to the uBlock icon and once clicked will show a popup menu that has a [Create] button that will instantly remove it. Do this for any element on a page and it's gone.
Hope this helps
Hope this helps
Last edited by Ghostwalker on 2025-08-05, 03:09, edited 1 time in total.
Browser: Pale Moon AVX2, Ungoogled Chromium, Mullvad Browser
Operating System: MX-Linux Installed on every machine
Triple boot: Windows 7, 10 and MX-Linux
Windows 2000, XP, 7, 8.1, 10 and 11 Virtual Machines
Testing different BSD's in Virtualbox
Laptops: HP ZBook, an Acer and a dinosaur Gateway
PC's: Dell XPS 8700, Dell OptiPlex 7020,
Lenovo IdeaCentre K450
Operating System: MX-Linux Installed on every machine
Triple boot: Windows 7, 10 and MX-Linux
Windows 2000, XP, 7, 8.1, 10 and 11 Virtual Machines
Testing different BSD's in Virtualbox
Laptops: HP ZBook, an Acer and a dinosaur Gateway
PC's: Dell XPS 8700, Dell OptiPlex 7020,
Lenovo IdeaCentre K450
-
Michaell
- Lunatic

- Posts: 399
- Joined: 2018-05-26, 18:13
Re: Extension for blocking all animations
Nevermind my above post. I found a couple of annoyances; had to re-enable.
Win10home(1709), PM34.0.1-portable as of Jan. 22, 2026