Here Are Some Tricks Which can be Done In Notepad.....................................................
1. Shaking Browser Trick
This one is one of the funniest computer tricks I have learnt so far. Follow the steps below to learn this trick:
Copy the Java code below,
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)
· Paste the code in the address bar of your...