The trick is simply a small Java Script that causes your browser window to move to different positions, causing a shake of your entire screen. It's kind of cool to watch and see what Java Script can do! Try it out..
Use this trick at your own risk.
Here's how:
Copy this entire line and paste it onto your address box, then 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)
Example:
![Shake Your Browser](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMFyiWl1SvO6QytEK0MUacntLWx7VWlODwkclD1kjBb0cwsd7Y23k2mgRzWup4g7LHh9Ne6EExNE2L1pesoMM5CPAX-BENdh1FQLx7Oa1BRqOke-axp1m64IPtbKF8K6Iw9GuZDjWkHPkV/s320/Shake+Your+Browser.jpg)