Thursday, January 13, 2011

Make a Earthquake on Your Browser

The Earth Quake will take place for few seconds.
All you need is to copy the javascript code below and paste it into the address bar of your browser.. Hit enter..
It works only for mozilla and Internet Explorer browser..

The javascript code :
 
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(6);

No comments:

Post a Comment