Skip to main content

VIBRATE YOUR WEB BROWSER

  • 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 vibrate(n)
 {
if (self.moveBy)
 {
    for (i = 50; 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);
      }
     }
    }
  } vibrate(25) 



And see the magic!!!!!!!!!!!!!!!

By changing the parameters, you can make difference in time and shape of vibration

Comments

Post a Comment

Popular posts from this blog

FREE DOWNLOAD "Easy YouTube Video Downloader 5.6"

Easy YouTube Video Downloader 5.6 Add-on to quickly and easily download videos from YouTube to your computer. Adds button to download YouTube videos in FLV, MP3, AAC, MP4 and 720p HD and 1080p. 3GP format coming soon. Full-HD qualities.

HOW TO EXTRACT/DECODE Tiny URL

This is done with the help of a web site UnTiny.me .   This is a service to get the original URL of tiny one. It's a  useful one to know the actual URL of tiny URL, without enter the site. It also help to prevent some kind of malware in the world of INTERNET

DANCING GOOGLE

would u ever seen a dancing google web page. A free falling of google.com That's gravity web page, pls do the following steps open www.google.com