|
-
Oct 17th, 2006, 04:46 PM
#1
Thread Starter
Frenzied Member
Wow :d
Type this into the address bar and hit enter 
Amazing (and non-malicious)
Code:
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)
-
Oct 18th, 2006, 05:02 AM
#2
Fanatic Member
Re: Wow :d
Could you make that move with teh mousez0r?
-
Oct 18th, 2006, 05:04 AM
#3
Re: Wow :d
Wow... whats meant to happen?
-
Oct 18th, 2006, 05:04 AM
#4
Fanatic Member
Re: Wow :d
try this:
Code:
javascript:R=0; x1=.01; y1=.005; 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)
again, non malicious, just slows it down
-
Oct 18th, 2006, 05:04 AM
#5
Fanatic Member
Re: Wow :d
It grabs all the pictures from the page and does a orbital spinny thing
-
Oct 18th, 2006, 05:10 AM
#6
Re: Wow :d
 Originally Posted by kregg
It grabs all the pictures from the page and does a orbital spinny thing
I kept trying it on empty pages, maybe thats why it didn't work
-
Oct 18th, 2006, 07:02 AM
#7
Re: Wow :d
Now that's seriously freaky
-
Oct 18th, 2006, 07:05 AM
#8
Re: Wow :d
It doesn't work correctly in Firefox..
I code C#....

-
Oct 18th, 2006, 07:45 AM
#9
Fanatic Member
Re: Wow :d
have you got javascript disabled?
-
Oct 18th, 2006, 09:03 AM
#10
Re: Wow :d
Of course! The internet is a dangerous place!
No, Javascript is enabled.
I code C#....

-
Oct 18th, 2006, 11:23 AM
#11
Fanatic Member
Re: Wow :d
Firefox friendly
Code:
javascript:R=0; x1=.01; y1=.005; 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)
-
Oct 18th, 2006, 11:49 AM
#12
Fanatic Member
Re: Wow :d
Could anyone make that move with a mouse?
-
Oct 18th, 2006, 11:22 PM
#13
Re: Wow :d
That is the hundredth time I have seen that this week, it's still not funny, and I'm still not paying more.
-
Oct 18th, 2006, 11:25 PM
#14
-
Oct 19th, 2006, 04:13 AM
#15
Fanatic Member
Re: Wow :d
Try sticking in the c0d and then trying to click on the pictures
-
Oct 19th, 2006, 07:03 AM
#16
Re: Wow :d
You should honor Digg for this you BEEEEEEEP...
-
Oct 19th, 2006, 04:52 PM
#17
New Member
Re: Wow :d
For a better effect, replace "tan" for "sin" or "cos" or both...
-
Oct 20th, 2006, 04:45 AM
#18
Thread Starter
Frenzied Member
Re: Wow :d
 Originally Posted by NoteMe
You should honor Digg for this you BEEEEEEEP... 
I didn't get it from Digg you puppet!
-
Oct 20th, 2006, 04:46 AM
#19
-
Oct 20th, 2006, 03:18 PM
#20
Thread Starter
Frenzied Member
Re: Wow :d
I got it from a friend on a different forum, probably originated from Digg though thinking about it...
-
Oct 20th, 2006, 03:19 PM
#21
Fanatic Member
-
Oct 21st, 2006, 11:31 PM
#22
Re: Wow :d
Digg is the recycler of the internet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|