Infinite Alert Boxes :
As soon as you run this a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.
:while(1){alert('Restart your brower to close this box!')}
View Passwords Behind Asterisk :
To view saved passwords behind asterisk, just open the web page having the password. After opening the web page paste the given below in the address bar and hit enter. That’s it.
function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j s += f[i].value + "
"; } } if (s) alert("Passwords in forms on this page:
" + s); else alert("There are no passwords in forms on this page.";})();
Edit Web Page :
You easily edit any web page using this . But when you refresh the page changes are lost.
: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0