Shake your browser screen

There are many java tricks you can play with your browser

One I mentioned in my earlier post that how to edit any website live in your browser here is the link:
Java code to edit any website live from your browser

Here we go with another trick to shake your browser wildly

Note: This tricks work on older version of browsers and preferably use internet explorer.

  1. Open any website you want to shake
  2. Copy the following code in url barjavascript: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)

  3. Click enter
  4. You are done.

Here you can also 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.

Thank You

Share your thought.........