I am developing a twitter application which references to the images directly from twitter. How can I avoid animated gifs from being played? I wouldn't like to grab the first frame every time an animated gif is displayed, to save CPU and bandwidth resources.
I know that this was asked before, but window.stop() at the end of the page does not work for me in FF (or where and when do I need to call it?).
Is there a better javascript hack? Preferable this should work for all browsers :-)