Want to impress a friend by some cool browser effect? Copy and paste in this javascript code in address bar of your browser.
Press Enter.
Watch your window’s “shaking it”. You can change the value of i if you wish :)
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)
Watch your window’s “shaking it”. You can change the value of i if you wish :)


No comments:
Post a Comment