No Animations

Clear all animations on websites

As of 2023-10-23. See the latest version.

Author
nameniok
Ratings
0 0 0
Version
2.7
Created
2023-09-18
Updated
2023-10-23
Size
2.85 KB
License
MIT
Applies to
All sites

Clear all animations on websites.
- webp animated thumbnails on youtube

Some animations such as "transform" or "animation" still occurbecause they destroy the functioning of the page.
However, if you want to remove them add this to "*":
transform: none !important;
animation: none !important;


Credits:
Pause all HTML5 videos on load (only version 2.5 - 2.1): https://greasyfork.org/pl/scripts/6487-pause-all-html5-videos-on-load/code