Shake your browser: javascript trick

**Shaking Browser Trick**

This one is one of the funniest computer tricks I have learnt so far. Follow the steps below to learn this trick:

Copy the Java code below,


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.mo
veBy(-i,0); } } }} Shw(6)
·
Paste the code in the address bar of your browser and click Enter.

You will be amazed when you see that your web browser starts shaking! :D
If You Enjoyed This, Take 5 Seconds To Share It