Almost all browsers hide the passwords field with asterisks. If you did not save your password or you have a complex one, how will you see what’s behind the ******* ?
See the password behind the asterisks
Now open a website where there is a password saved, for example on Facebook. Right click with the mouse anywhere in the page and select the option Inspect Element.
When the HTML page opens, click together CTRL + F to find the line of code with the word password, all you need to do is replace the word “password” with “txt” and press Enter.
Replace with “txt”.
And the result is your password is revealed:
You can do the same for any website in Chrome or Firefox where the password saved is hidden by the asterisks .