HOME | DD

Published: 2009-01-03 22:10:39 +0000 UTC; Views: 68; Favourites: 0; Downloads: 0
Redirect to original
Description
Just a little javascript injection that made the images move in a figure-8 pattern. Kinda fun to use, but really no practical application outside of web design.And the changes are on the viewing end not the host's end, so don't go tellin DA that I'm hacking their site or anything, because they'll die laughing at you.
(P.S) This works better with fewer images.
1. Go to a site.
2. After it's loaded put this in the address bar:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24;x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=@DI.length;function A(){for(i=0; i
Remove the @ signs, i put them in there to prevent emoticons from appearing in the code.