Search this Blog

Saturday 4 August 2012

Vibrate your Web 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 of your web browser
  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)


This Trick work on all Web browser

No comments:

Post a Comment