Funny JavaScript Effects in Web Browser

  • Funny JavaScript Effects in Web Browser 
( 1 ) Dancing Browser :
It is a small Java Script that causes your browser move to different positions
Recommended: Internet Explorer, Mozilla Firefox web browsers

> Open your browser and maximize the browser window
Copy and paste the following code into your address bar


javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=
Math.sin(a*2)*2;moveBy(x,y)",2);void(0)

Hit Enter Key…

( 2 ) Shaking Browser

This trick can create a shaking screen on your web browser and shake of your entire screen.
Recommended: Internet Explorer, Mozilla Firefox web browsers.

Open your browser and maximize the browser window
Copy and paste the following code into your Address Bar

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)

Hit Enter Key…

( 3 ) Your orkut account is hacked


The browser simply displays a pop up message that your orkut account is hacked
Open your Web browser 
Copy the following code and paste into Address Bar.

javascript:function reverse() { var inp = " ! dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();

Hit Enter Key…

Enjoy…

Category: Miscellaneous
Requirements : Supported Browser

0 comments:

Post a Comment

Recommended Articles

100 GB Free Backup

 
Contact Form