How to stop animated gifs in Google Chrome?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow
--
Chapters
00:00 How To Stop Animated Gifs In Google Chrome?
00:25 Accepted Answer Score 31
00:44 Answer 2 Score 8
00:57 Answer 3 Score 6
01:57 Answer 4 Score 5
02:21 Thank you
--
Full question
https://superuser.com/questions/23655/ho...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #animatedgif
#avk47
ACCEPTED ANSWER
Score 31
Apparently there are now the
Chrome extensions. Or perhaps the Stop gif animations on escape user script?
ANSWER 2
Score 8
There is an issue for that in the tracker: http://code.google.com/p/chromium/issues/detail?id=3690
And a feature request in WebKit: http://bugs.webkit.org/show_bug.cgi?id=23945
ANSWER 3
Score 6
You can't, basically. Not without using one of the options that require tiresome manual intervention.
"Pause Pause Pause!" stops GIF animations but is otherwise fundamentally broken -- it will, for example, get you blacklisted from Google searches due to excessive network activity or some such (I didn't debug it, but I sure got a lot of CAPTCHAs every time I tried to use Google!)
"Paused!" does not have that problem, but that seems to be largely because it doesn't actually seem to do anything at all. GIFs still animate merrily away.
This seems unlikely to change any time soon. It's already nearly two years since you asked this question, and there is still no reliable automatic solution in sight. The Chrome bug is idling because WebKit does not support the necessary features. The WebKit bug has basically not been touched since 2009. The simple fact of the matter is this: you can use Chrome, or you can stop animated GIFs automatically, but not both at once. Sorry.
ANSWER 4
Score 5
This extension worked for me. Unlike most other extensions, it permanently disables gif animation (no need to press Esc or other keys). Here is how it works:
Http request to GIF images will be intercepted and replaced with a version containing only the first frame of the image sequence.
Source code: GitHub