How To: Reveal Password Using a Javascript | Must try it once



If you want to reveal the password hidden behind the asterisk (*****), then you can see it with the help of javascript code.
Yeah! It is true! :)
Just Follow the following steps:
  • Open the Login Page of any website. (eg. http://mail.yahoo.com)
  • Type your ‘Username’ and ‘Password’.
  • Copy and paste the JavaScript code given below into your browser’s address bar and press ‘Enter’.

javascript: alert(document.getElementById(‘Passwd’).value);

  • As soon as you press ‘Enter’, A window pops up showing Password typed by you..!
Isn’t that simple ?
:)
Do comment if you liked it.

0 comments:

Post a Comment