Google Chrome, Firefox and other browsers hide passwords behind asterisks
but you can easily view the saved passwords using the built-in developer tools.
Reveal the Hidden Password
Right-click the password field and then choose “Inspect Element.” This will open the document inspector window and all you have to do is replace the word “password” with “text” as shown in the video above.
What we have done is changed the type of the <input> field from “password” to “text” and hence the password is revealed as the text input fields are never masked.
Also, the above demo was created in Google Chrome but you can use it across all browsers including Internet Explorer, Firefox and Safari. In the case of IE, press F12 to open the Developer Tools window and then press Ctrl+B to activate the element selection mode.
No comments:
Post a Comment
enter your comments......