Skip to main content

shaking trick

Check out this funny trick

Copy and paste the java script code in the following red lines to the address bar of your 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)

Press enter and watch your window's shaking it" You can change the value of i if you wish...enjoy

Comments

Popular posts from this blog

Appium 1.5

The most awaited Stable version of Appium... 1.5 has been released. Go through the below update from Jonathon. Appium 1.5.0 Released Appium 1.5 The Appium team is extremely proud to announce the release of Appium 1.5! Go ahead and npm install -g appium while you read the rest of this post! Appium 1.5 has been in the works for over half a year, and we would like to share why it's such an important release for us.