Thursday, 5 May 2011
Funny Computer Tricks : Shake your Browser
This trick is simply a small java script that cause your window to move to different positions , causing a shake of your entire screen . It kind of cool to watch and see what java script can do . Try it .
Step to Follow :
1.First Copy and paste the below code in the web browser .
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)
2.Press Enter and Watch you windows Shaking it .
Follow step and Enjoy .
Step to Follow :
1.First Copy and paste the below code in the web browser .
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)
2.Press Enter and Watch you windows Shaking it .
Follow step and Enjoy .
0 comments:
Post a Comment