- 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
- Copy the below code
- Paste it in address bar
- 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)
0 comments:
Post a Comment