Browser Shaking Trick (Fun)
This is a fun little trick which create a shaking screen of your web browser (i.e Internet Explorer)
Note:
Please don't try it on your working browser.
Step:1
Copy the following code...
javascript:function Shw(n) {if (self.moveBy) {for (i = 40; 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)
here you can change the shaking rate by editing (i=40) you can give i=100 then it will shake more faster or if you gave less amount it will shake slower.
Step:2
Paste it on your Browser URL bar (address bar)
Step:3
Hit Enter ..
0 Response to "Browser Shaking Trick (Fun)"