This trick is useful for example when your roommate types in credentials and leaves the system without pressing login button.Just Copying and pasting the hidden password in the notepad does not reveal the actual password.If you want to uncover that hidden password just right click on the password field and select ‘inspect element’.It’s available in almost every browser.
Then replace type=”password” with type=”text” and press enter.
You will notice hidden password is now revealed.
Advertisements