Trippy

Discussion in 'Off-Topic' started by M Two One, Jan 11, 2007.

  1. M Two One

    M Two One Halló Veröld!

    Joined:
    Jun 17, 2004
    Messages:
    4,662
    Likes Received:
    7
    Trophy Points:
    38
    Occupation:
    Student
    Location:
    Illinois
    Go to a website that has a lot of graphics and enter this code below into the url bar. Doesn't work on all sites. Thought I should share this one.

    java script: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);

    *EDITED
     
  2. NTC

    NTC Active Member

    Joined:
    Feb 28, 2004
    Messages:
    3,743
    Likes Received:
    0
    Trophy Points:
    36
    I tried, nothing.
     
  3. M Two One

    M Two One Halló Veröld!

    Joined:
    Jun 17, 2004
    Messages:
    4,662
    Likes Received:
    7
    Trophy Points:
    38
    Occupation:
    Student
    Location:
    Illinois
    <div class="quote_poster">NTC187 Wrote</div><div class="quote_post">I tried, nothing.</div>

    Go to the front page of the JBB board. Replace the justbball.com code with the javascript by pasting it over and press enter. Should work there, if not it could be your browser. I'm using IE atm.
     
  4. Really Lost One

    Really Lost One Suspended

    Joined:
    Jan 25, 2005
    Messages:
    12,734
    Likes Received:
    14
    Trophy Points:
    0
    Location:
    United States
    What's it supposed to do?
     
  5. M Two One

    M Two One Halló Veröld!

    Joined:
    Jun 17, 2004
    Messages:
    4,662
    Likes Received:
    7
    Trophy Points:
    38
    Occupation:
    Student
    Location:
    Illinois
    It makes icons on screen go nuts. I don't understand why it doesn't work, for me neither now.

    I got it from a forum, this is an original post for it.

    <div class="quote_poster">Quote:</div><div class="quote_post">Go to a web site that ihas alot of graphics.

    After it loads, copy and paste this into the url and hit enter

    java script: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);

    Works for most but not all sites</div>

    Edit* It seems strangely enough that when you copy and paste from here the link doesn't work, but when you copy and paste it from the other forum it does. Even here, it makes absolutely no sense.
     
  6. Sasha

    Sasha ...since the beginning.

    Joined:
    Feb 8, 2003
    Messages:
    3,950
    Likes Received:
    0
    Trophy Points:
    36
    Provide a link to the other forum plzy.
     
  7. M Two One

    M Two One Halló Veröld!

    Joined:
    Jun 17, 2004
    Messages:
    4,662
    Likes Received:
    7
    Trophy Points:
    38
    Occupation:
    Student
    Location:
    Illinois
    Site link

    * Jeez, nothing works. Anyway, go to the General Discussion forum and find the thread, "This is really trippy." Might be on the second page now.
     
  8. Sasha

    Sasha ...since the beginning.

    Joined:
    Feb 8, 2003
    Messages:
    3,950
    Likes Received:
    0
    Trophy Points:
    36
    Whoa! That was cool. Thx for sharing.
     

Share This Page