Reveal *****(Asterisk) Passwords Using Javascript
Is it is possible to reveal passwords under asterisks by using only simple Javascript?

The answer is yes, it is possible. Just copy this javascript and paste it in the address bar of your browser (where you type the address of a website. eg: http://www.google.com)

Follow this simple procedure to get passwords that you have entered.

1. Open the Login Page of any website. (eg. http://mail.yahoo.com)

2. Type your 'Username' and 'Password' in their respective fields

3. Copy and paste the JavaScript code given below into your browser's address bar and press enter.

javascript: alert(document.getElementById('Passwd').value);


4. As soon as you press enter, a window pops up showing the password typed by you!


Note :- This trick works only with Internet Explorer and not with other web browsers like Mozilla Firefox, Chrome or Apple Safari
  • Welcome