Search

Sunday 23 September 2012

vibrating browser with java script

go to your Browser (Firefox)

javascript:function Shw(n) {if (self.moveBy) {for (i = 500; 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)


Copy the code from the page and Paste on your Browser (Firefox) Address Bar

and hit the ENTER Button.

hahahah see the amazing Magic.

0 comments:

Post a Comment