Monday 29 April 2013

Shake your Browser!

This is a funny trick .By just following these steps you can shake your browser;
>>Copy and paste this javascript in your browser address bar :
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0;j--){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)  
>>Then you can see that your browser window is shaking!
* Works better on Internet Explorer.You can increase the value of "i" (@ i=35) to increase number of shakes.

No comments:

Post a Comment