Monday, May 24, 2010

Shake Your Head Or Shake Your Browser


This is small script to make your browser start shaking just for little fun.
try to past this code into 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)

I run this in Firefox and it work for me i don't will work for your browser too.


No comments:

Post a Comment