Pointless web browser trick.

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
Probably a complete GLENN!!!!
--------------------------------------------------------------------------------

1) Navigate to a web site of your choice.

2) Copy the following code and then paste into your browsers 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.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);

3) click the go button.

4) refresh to get out of it.
 

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
mmmm perhaps its different version..........
 

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
well.....least you cant prove its a GLENN !!!! :D
 

JingleBells

FH is my second home
Joined
Mar 25, 2004
Messages
2,224
There is a typo in it:

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

Calaen

I am a massive cock who isn't firing atm!
Joined
Dec 22, 2003
Messages
9,538
I posted this a while back, for some reason when I first posted it the cut and paste would not work either.
 

JingleBells

FH is my second home
Joined
Mar 25, 2004
Messages
2,224
I think the forum puts a space in where there are more than 50 consecutive characters.
 

dysfunction

FH is my second home
Joined
Dec 22, 2003
Messages
9,709
JingleBells said:
There is a typo in it:

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


That one works!!
 

Lazarus

Part of the furniture
Joined
Dec 22, 2003
Messages
2,874
JingleBells said:
There is a typo in it:

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


You must spread some Reputation around before giving it to JingleBells again.


Thanks JB
 

Users who are viewing this thread

Top Bottom