What are some fun Computer Tricks?

Answer:

How to flip the screen: Ctrl+Alt+any arrow

How to shake the browers screen: copy and paste 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)

First answer by ID1522642437. Last edit by ID1522642437. Question popularity: 1 [recommend question].