How to Reveal Hidden Passwords (Asterisks) in Web Browsers

When we sign-in in any account secured with password, our browser ask to save password in the browser so that when we next time login into the account our browser will not ask
Reveal Hidden Passwords (Asterisks) in Web Browsers
to enter password again we normally do it in our personal computer, if we press remember button our browser will not ask for password when next time we login into the account, so normally after some days we forget our password. Now what we do if we forget our password which is saved in our browser, to reveal hidden asterisks password we have to just follow a simple trick, now we move to know how we get the string behind the asterisks, actually browser give us a option "Inspect Element" this option is use to get the html code of the element, and using this option we can get the string hidden behind the asterisks, you can apply this trick for any website protected with password, in this tutorial we are taking the example of Gmail and using the browser Google Chrome.
Now you have to just open your gmail and enter your username for which you already saved the password and right click on the password textbox you will find an option "Inspect Element" click on this option, when you click on this option a window will open containing the html code as shown below you just replace type="password" with type="text" your string hidden behind the asterisks are shown to you as a normal string.





Reveal Hidden Passwords (Asterisks) in Web Browsers-2

We have to follow the same process in the other browsers like firefox, internet explorer, google chrome etc. and for other websites like facebook, yahoo mail, gmail etc.


Note: If you like this technique or have any question in your mind then just drop a comment below.

Post a Comment

1 Comments