twitter
    Find out what I'm doing, Follow Me :)

Saturday, February 5, 2011

BROWSER HIDE N SEEK



Wanna play with your web browser the game of hide n seek? 

Just copy paste this script on your browser.


javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)




According to your mouse moves browser will move .
This process will stop when click either right or left.

No comments:

Post a Comment