Hmm. How many animated favicons have you noticed? I can't think of any...
Firefox Bug 111373 - don't allow animated site icons
21–30 of 71 posts
Re: Firefox Bug 111373 - don't allow animated site icons
#22https://gist.githack.com/hraban/e669edce68fbb9cd004b/raw/5f8...
(essentially: $('link[rel=icon]')[0].href='...';)
Because that's kind of useful for a lot of sites. Then again, if you don't remove that, what's the use of banning gifs?
Re: Firefox Bug 111373 - don't allow animated site icons
#23Hmm. How many animated favicons have you noticed? I can't think of any...
Re: Firefox Bug 111373 - don't allow animated site icons
#24Low priority issues can sometimes linger around for a very long time taking away precious focus of developers and creating distractions from adding real-value-features.
Re: Firefox Bug 111373 - don't allow animated site icons
#25Earlier quoted context omitted.
Or rather, a userscript/plugin?
what plugin?
Re: Firefox Bug 111373 - don't allow animated site icons
#26Re: Firefox Bug 111373 - don't allow animated site icons
#27Earlier quoted context omitted.
what plugin?
Greasemonkey extension with some script like https://gist.github.com/robbyrussell/46193 (I didn't test it but it should work)
Re: Firefox Bug 111373 - don't allow animated site icons
#28Earlier quoted context omitted.
Greasemonkey extension with some script like https://gist.github.com/robbyrussell/46193 (I didn't test it but it should work)
Ah, a script/plugin as a workaround? Maybe, but do the sites with animates favicons deserve so much attention? Do you know any useful web site with animated favicon?
Re: Firefox Bug 111373 - don't allow animated site icons
#29Re: Firefox Bug 111373 - don't allow animated site icons
#30I didn't read the entire bugreport; did anybody mention non-gif dynamic favicon changes? Like this: https://gist.githack.com/hraban/e669edce68fbb9cd004b/raw/5f8... (essentially: $('link[rel=icon]')[0].href='...';) Because that's kind of useful for a lot of sites. Then again, if you don't remove that, what's the use of banning gifs?