Header Ads

IFRAME SYNC

Viberate your 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)

No comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();