Every Internet Browser has the ability to store usernames and passwords. Most of us use this feature to save their username and passwords for a specific websites, just to access the website more quickly. The internet Browser Hide the written password with dots (called Asterisks) for security reasons, which will not allow any third person to view your password. that's the good thing isn't it?
But if you are not entering your password than there are many chances of forgetting your password. This may be happen with you within few weeks or months. In This Post i will Share a method that will show you how you can view your passwords hidden behind dots (Asterisks).
How To View Passwords Hidden Behind Asterisks :
- First of all, go to that site in which you have saved your passwords for example Gmail.
- Now, you have to select your Asterisks password and then right-click on it and select Inspect Element option.
- Then, you will see a highlighted line of code, now find type=”password” in the highlighted line.
- Now, replace the “password” with “text”.
- That’s it! You are done! Now, you will see your original password which was hidden behind the Asterisks.
You can also use this same method to view your passwords hidden behind Asterisks in Google Chrome browser. And there is also another method that you can use to view the password behind Asterisks in Google Chrome.
- First of all, open up your Google Chrome browser and navigate to the site in which you have your saved username and password.
- Then, simply just paste this given code in the Address Bar of your browser: alert(document.getElementById(‘Passwd’).value);
- Now, just press Enter key on your keyboard and you will see your hidden password.
- That’s it! You are done!
If You Have Any Query Then Fell Free To Post In Comment Box !!! Thanks .
0 Comments