Sunday, June 14, 2009

A Trick for Firefox

enter the following code in firefox address box

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)


Hit Enter

Now try to minimize the firefox window

No comments:

Post a Comment