ABC Radio

Pages

Monday 16 September 2013

See How Amazingly Facebook Images can fly

Few days ago I give some funny tips about Google. Now I want to share a funny and interesting tips about Facebook. Have you ever heard that, your Facebook images can fly. It is possible by Java Script. You can make your Facebook photo flying just typing only Java Script code .

It also really funny>>>>>>>>>>>. Just see how you can do>>>>>>>

1.  Now go to your Facebook account and search which page contains many photo. if you take many photo contain page then you can see clearly how your photo can fly.

2.  Now copy the code which is given bellow. And pest it on your browser address bar. Now press enter.


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. After doing that your Face book Images will start to fly on your window.


Before 

After

No comments:

Post a Comment