MY mENU


Wednesday 21 November 2012

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:

1. 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.moveBy(-i,0); } } }} Shw(6)
·
2. 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!