Sunday 14 August 2011

2

Trick to Move all the Facebook Images in a circle

  • Sunday 14 August 2011
  • saurav garg
  • Share
  • Now i will tell you a funny trick in Facebook by this you will be able to rotate all your images on a facebook page in a circle. You have Copy/Paste this Java Script code into your address bar and after 2-3 seconds all your images will start revolving. Here is the Java 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.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);
     
    It will be look like this:-


    Refresh the page to get it into it's original state.

    Subscribe us via E-mail and Add us on Facebook for daily updates and Plz also do click once on the ads displaying below or above the post for us.. :)

    2 Responses to “ Trick to Move all the Facebook Images in a circle ”

    Anonymous said...
    26 January 2012 at 00:24

    cool....:)


    Anonymous said...
    25 February 2012 at 11:43

    Brother kon se address bar me


    Post a Comment