Theres a long line of code that if you paste it into the address bar and press enter all your webpage graphics and icons come alive. Can someone paste it here or tell me where I can get it?
There’s more than one out there, but here’s the first one I could find:
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-DIL; i++){DIS=DI[ i ].style; DIS.position=‘absolute’; DIS.left=Math.sin(Rx1+ix2+x3)x4+x5; DIS.top=Math.cos(Ry1+i*y2+y3)*y4+y5}R++}setInterval(‘A()’,5); void(0);
Is this what you’re looking for?
javascript:x=0;e=document.body;e.style.position=“absolute”;function rt(){e.style.top=100-(50Math.cos(xMath.PI/180))+“px”;e.style.left=100+(50Math.sin(xMath.PI/180))+“px”;x+=5}; setInterval(“rt()”,50);void(0);
For some reason I thought it used to work better… like spin individual letters in sentences and such. It’s only spinning tables and large elements for me. Hopefully someone else will come along and post a better version.
A.I.'s didn’t do anything for me… but yours made my entire page start moving in a lazy circular path. I’m using Safari on a Mac, FWIW.
ETA: If I keep hitting ‘refresh’, the motion gets faster and faster.
These are getting close, but they’re not doing what the one I saw last time did… you basically got a whirlwind composed of all the graphical elements of the page (so on the reply to thread page all the smiles would start swirling!)
I am wondering if maybe firefox and IE killjoys have limited it in their newest browsers.
A. I. Wintermute’s link works for me on Google Image results pages in IE and FF. That’s the only effect I’ve seen. When I try it on the SD reply page in FF, it just bunches all the smileys together.
Try this;
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i–) {for (j = n; j > 0; j–) {self.moveBy(1,i) ;self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
for a bit of a browser-quake.