Want to Reveal the Passwords Hidden Behind Asterisk (****) ?
Here's a quick and simple way
- Open the Login Page of any website. (eg. http://www.facebook.com)
- Type your 'Email' and 'Password'.
- Use the built in browser tool for displaying the the web page HTML source.
- Locate the id of the password text box ("pass" in this case).
- Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.
javascript: alert(document.getElementById('pass').value);
- As soon as you press 'Enter', A window pops up showing Password typed by you..!
No comments:
Post a Comment