PDA

View Full Version : OKAY - I AM BORED



BABY J
11-08-2006, 10:46 AM
Copy and paste this to your browser. Then hit enter.

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(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterv al('A()',5); void(0);


That is all. Discuss.

hemi
11-08-2006, 10:50 AM
I got nothing.....?

bigdare23
11-08-2006, 10:52 AM
copied, pasted, wasted time LOL

imbosile
11-08-2006, 10:52 AM
nothing happened, I read about this I think, but I forgot what it's supposed to do.

BABY J
11-08-2006, 10:54 AM
Works fine. Make sure you do no add a "space" to the end.

thinkfast®
11-08-2006, 10:54 AM
"Your subscription for this thread has been removed."

BABY J
11-08-2006, 11:10 AM
Aahhhhh. Doesn't work when you are looking at the thread. Go to any other page on the net and do it.

Samurai J
11-08-2006, 11:20 AM
repost

Ran
11-08-2006, 11:24 AM
Aahhhhh. Doesn't work when you are looking at the thread. Go to any other page on the net and do it.Still no worky for me. :(

hemi
11-08-2006, 11:26 AM
YA, still nothing....

Samurai J
11-08-2006, 11:27 AM
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.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);



copy and paste that into the address bar press enter

Ran
11-08-2006, 11:28 AM
Woooooo, pretty.

Samurai J > Baby J