Monday 21 May 2012

Funny & cool tricks for browsers

Hi friends, Today I am going to tell you some of the funny tricks. Which will definitely amaze you. These are some java script that changes the flow of your browser. No one of the script will harm your system. These tricks are tested on following browser : firefox,internet explorer ,Maxthon, opera. Under Windows 7 (os) environment.

web-browser-war%20-%20funny%20cartoon

Copy and paste one of the blue color java script code to the address bar of your browser .

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)

      -------------------------------------------AND------------------------------------------------------

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)

scripts written above will shake your browser.

Now the best . . . .try this script,visit any web site and past this script on Address Bar.

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

The whole web page can be editable on your browser ! you can delete any content of the page and past anything on the page !!! but change are not permanent.

0 comments:

Post a Comment