Options

Check this out

JamalJamal Posts: 2,115
edited October 2006 in Technical Stuff and Help
Something I learnt in class today

copy this whole thing into your addressbar of your browser on a site with lots of pics and be wowed

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);

Note : this is NOT a virus, nor does it do any harm to your pc....
and make sure all of the lines are copied into the address bar or it won't work
Surf little waves big... Charge big waves hard

- Antwerp '06, Nijmegen '07, Werchter '07
Post edited by Unknown User on

Comments

  • Options
    does nothing
    Those undecided,........ Needn't have faith to be free
    And those misguided, There was a plan for them to be
    Now you got both sides Claiming killing in Gods name
    But God is nowhere,..... To be found, conveniently

    What goes on?
  • Options
    JamalJamal Posts: 2,115
    does nothing
    make sure you have all of the lines in your address bar one right after the other, ";"'s included
    Surf little waves big... Charge big waves hard

    - Antwerp '06, Nijmegen '07, Werchter '07
  • Options
    LizardLizard So Cal Posts: 12,073
    nothing for me either--and i "copied and pasted" what you typed...
    So I'll just lie down and wait for the dream
    Where I'm not ugly and you're lookin' at me
  • Options
    yep - i mad sure that whole line was in there. still nothing
    Those undecided,........ Needn't have faith to be free
    And those misguided, There was a plan for them to be
    Now you got both sides Claiming killing in Gods name
    But God is nowhere,..... To be found, conveniently

    What goes on?
  • Options
    normnorm I'm always home. I'm uncool. Posts: 31,147
    Could you tell us what supposed to happen because it doesn't work.
  • Options
    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+'px'; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+'px'}R++}setInterval('A()',5); void(0)


    There. Try that. Oh yea, first go to an image search (google image search or something like that) OR with a site that has lots of pictures. Copy and past the code into the adress bar and press enter. Should work.
  • Options
    yosi1yosi1 Posts: 3,272
    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+'px'; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+'px'}R++}setInterval('A()',5); void(0)


    There. Try that. Oh yea, first go to an image search (google image search or something like that) OR with a site that has lots of pictures. Copy and past the code into the adress bar and press enter. Should work.

    This one works. Pretty funny/cool, but pointless.
    you couldn't swing if you were hangin' from a palm tree in a hurricane.
  • Options
    normnorm I'm always home. I'm uncool. Posts: 31,147
    Well it works.

    Now I'm dizzy.
  • Options
    LizardLizard So Cal Posts: 12,073
    OK. It worked. Kinda cool
    So I'll just lie down and wait for the dream
    Where I'm not ugly and you're lookin' at me
  • Options
    LizardLizard So Cal Posts: 12,073
    OK. It worked. Kinda cool--it even worked on this page now.
    So I'll just lie down and wait for the dream
    Where I'm not ugly and you're lookin' at me
  • Options
    I guess this would make porn sites more interesting, but what's the point?
    Life reveals what is dealt through seasons
    Circle comes around each time
  • Options
    There is no point. It would be cooler if they followed the mouse though. I read a suggestion of creating a site on the planets and using this code to put them into orbit.
  • Options
    JamalJamal Posts: 2,115
    There is no point. It would be cooler if they followed the mouse though. I read a suggestion of creating a site on the planets and using this code to put them into orbit.
    That would at least have some educational value, that's true
    but hey, man can have his pointless fun every once in awhile right :p
    Surf little waves big... Charge big waves hard

    - Antwerp '06, Nijmegen '07, Werchter '07
Sign In or Register to comment.