Script

Anything else
Post Reply
User avatar
Ink
Posts: 138
Joined: Tue Nov 07, 2006 10:35 am
Location: Norway

Script

Post by Ink » Sun Mar 18, 2007 4:15 pm

I found this script that allows you to "mess up" websites. :lol:
It won't mess the website up permanently, it just takes the pictures and throws them around. If you re-enter the adress, it's back to normal.

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++ }setInterval('A()',5); void(0);

Just put it in the adress bar, and press enter.
I got a pretty interesting result on amazon.com
Have fun! :)

User avatar
BunnyWithStick
Gramps, Jr.
Posts: 4297
Joined: Mon Dec 05, 2005 12:14 am
Location: New Zealand

Post by BunnyWithStick » Sun Mar 18, 2007 9:34 pm

Already posted before here, sorry.

User avatar
NickD
Charlotte Brontë
Posts: 892
Joined: Fri Sep 15, 2006 10:33 pm
Location: Berkeley, California
Contact:

Post by NickD » Mon Mar 19, 2007 11:11 pm

Did you get that off of myspace? :P I'm the one who posted it there from the wolfire forums.

User avatar
Ink
Posts: 138
Joined: Tue Nov 07, 2006 10:35 am
Location: Norway

Post by Ink » Tue Mar 20, 2007 3:15 am

I see :)

No, actually I found it on youtube.
I was pretty afraid of it first. :P

Post Reply