|
uCoz Community Archives Locked Cool and Funny JS Tricks |
Cool and Funny JS Tricks |
HaHa. Enjoy!
Replace URL With The Following Code On The Address Bar After Entering Youtube HomePage or Any Website Which Has Lot Of Images :
Code javascript:function flood(n) {if (self.moveBy) {for (i = 200; 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); } } }}flood(6);{ var inp = "D-X !msagro na dah tsuj resworb rouY"; var outp = ""; for (i = 0; i <= inp.length; i++) {outp =inp.charAt (i) + outp ; } alert(outp) ;}; reverse Replace URL With The Following Code On The Address Bar After Entering Any Website :
Code javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 In case you are not in a mood to use the standard windows calculator and want your browser to do the dirty job for you, use this code :
Code javascript: alert(34343+3434-222);
Added (2011-03-12, 2:11 Am)
Code javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof."); Post edited by runakter - Saturday, 2011-03-12, 8:08 AM
|
| |||
| |||