Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

YouTube thumbnail animator

Animates YouTube movie thumbnails between three snapshots.






1 point
login to vote
Henrik N script's author
Posted Feb 16, 2007

The script is updated per my comment below.

Jeremy: definitely possible, but not something I'd use, so not something I'll code. For whoever wants to do this, though, it should just be a matter of adding appropriate mouseover and mouseout events, creating intervals on mouseover and stopping them (and resetting the thumbnail?) on mouseout.

1 point
login to vote
JeremyT scriptwright
Posted Feb 15, 2007

Could there possible be a way to make it so when you only hover over the images or the video link that it would animate? Having a whole page of animated images make my eyes angry :-P

1 point
login to vote
Henrik N script's author
Posted Feb 13, 2007

Userscripts.org is a bit broken right now and won't let me update the script. Replace
var thumbs_xpath = "//img[contains(@src, '2.jpg')]";
with
var thumbs_xpath = "//img[starts-with(@class, 'vimg')]";
to make the animation work for "Related videos" that were not visible (scrolled to) on page load.

Doesn't work with "More from this user" or "Playlists" yet.

You could comment on this script if you were logged in.