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

Saturday, February 5, 2011

BROWSER QUAKE



javascript:function flood(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); } } }} flood(12);




Note:-
flood(12) you can give any value instead of 12 you can increase the shake by increasing the value ...!!
eg:- flood(20)
        flood(33) etc...
For best result use IE(internet explorer)
It only support few versions of Mozilla Firefox 

No comments:

Post a Comment