If we use autofill settings there is a chance to forgot the password , your browser will always block the password box from passersby seeing it by using asterisks. To remove the mask and reveal your password, you just need to do a few things.
Follow the steps:
1. Right-click the password box and select "Inspect Element."This brings up the developer console
2.. On the line that starts with "input type=password"
3. Right click and select Edit HTML
4. change the word "password" to "text" ( type="password" to type="text")