 | |
01-07-2007, 07:30 PM
|
· #1 | | CarthageMO.info Location: SW Missouri Join Date: Jul 2004
Posts: 17,192
NP$: 36.00 ( Donate)
| Amazing Javascript Trick Check this out!
1. go to any website (try YouTube or Flickr)
2. delete everything in the address bar
3. paste the following code 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-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);
4. press enter and have fun ! 
Last edited by dgridley : 01-07-2007 at 07:33 PM.
|
| |
01-07-2007, 07:35 PM
|
· #2 | | Buy my domains. Name: Dan Join Date: Feb 2006
Posts: 2,801
NP$: 54.00 ( Donate)
| missing ; before statement
y1+i*y2+y3)*y4+y5}R++}setInterv al('A()',5); void(0);  |
| |
01-07-2007, 07:40 PM
|
· #3 | | CarthageMO.info Location: SW Missouri Join Date: Jul 2004
Posts: 17,192
NP$: 36.00 ( Donate)
| |
| |
01-07-2007, 07:46 PM
|
· #4 | | Buy my domains. Name: Dan Join Date: Feb 2006
Posts: 2,801
NP$: 54.00 ( Donate)
| The code he posted works.. 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++}setInterv al('A()',5); void(0); |
| |
01-07-2007, 07:50 PM
|
· #5 | | Account Closed Location: Toronto, ON Join Date: Mar 2005
Posts: 2,416
NP$: 217.20 ( Donate)
| I was playing with it on namepros index few days ago  |
| |
01-07-2007, 08:59 PM
|
· #6 | | Senior Member Name: Mike Wiseman Location: Ontario , Canada Join Date: Jun 2004
Posts: 1,155
NP$: 49.00 ( Donate)
| its not working for me
__________________
"Dont argue with an idiot, he will just drag you down to his level and beat you with expeirence. Dont argue with me, ill drag you down to my level and beat you with a baseball bat" |
| |
01-08-2007, 06:52 AM
|
· #7 | | Senior Member Name: Martin Location: Montevideo, Uruguay Join Date: Jul 2006
Posts: 1,513
NP$: 1208.00 ( Donate)
| It doesn't work for me either. |
| |
01-08-2007, 11:15 AM
|
· #8 | | Senior Member Name: Matt Location: Chicago Join Date: Dec 2003
Posts: 1,589
NP$: 150.85 ( Donate)
| |
| |
01-08-2007, 01:05 PM
|
· #9 | | A Wealth of Knowledge Join Date: Aug 2004
Posts: 3,787
NP$: 2800.20 ( Donate)
| Looks cool on amazon.com homepage.
Doesn't appear to work with yahoo, though.
-Steve |
| |
01-08-2007, 01:10 PM
|
· #10 | | Stud Sausage Location: England Join Date: Dec 2006
Posts: 1,545
NP$: 32.41 ( Donate)
| Not working for me right now for some reason, however i have been shown this before - recognize it by the code
Very tempting just to stick in on all your sites lol. For those who get it to work, pressing/hitting enter again will increase the effect from what i remember
Edit: Ah got it to work, this isn't quite the one i was shown but nearly the same affect. I'll try to find the other one  |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |