Ads 468x60px

Pages

Viberate Browsers

  • We can  shake our web browser
  • It's fun with a small trick
  • Simply a small Java Script that can make your browser window to move to different positions.
Steps
  1. Copy the below code
  2. Paste it in address bar
  3. Press 'Enter'


 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)




           Press enter and watch your window's "Shaking it". (use firefox browser)

0 comments:

Post a Comment