How to Reveal Hidden Passwords in Your Browser

In many places where you need to enter your password to gain access, authorize, or confirm a transaction, whenever you type passwords into the input text box, the characters automatically turn into asterisks or bullets. This is to protect your password from prying eyes.

However, if you need to see what lies behind those asterisks, we’ve got a simple trick to reveal the passwords in your web browsers.

These hidden passwords are disguised with the help of simple HTML and CSS. So just changing the value of something specific will easily reveal what’s behind those bullets or asterisks. We’ll show you how this is done in Google Chrome and Firefox.

Golden Rule to Internet Security: Change Your Passwords

Golden Rule to Internet Security: Change Your Passwords

In today's technology-powered world, everything from our emails, and social networking sites to our Internet banking details is... Read more

Google Chrome

On any website that contains your saved password, right-click on the password box and click on Inspect element.

Inspect Element in Chrome

You’ll now notice the bottom quarter of your screen filled with codes. You only need to focus on the highlighted (in blue) part to reveal the password.

Highlighted Code in Chrome

Look for type=”password” and double-click on it. Replace the word ‘password’ with ‘text‘.

It should now look like type=”text”. Hit Enter.

Changing Code in Chrome

After you’ve changed that, the text behind the asterisks or bullets will be revealed.

Password Revealed in Chrome

Mozilla Firefox

To reveal the password in Firefox, first, right-click the password box and select Inspect Element.

Inspect Element in Firefox

A dark grey bar will appear at the bottom of the browser; click on the Markup Panel or hit Alt + M.

Markup Panel in Firefox

It will reveal a few lines of code; the line you want to focus on is the highlighted line.

Highlighted Code in Firefox

Again, look for type=”password” and double-click on it. Replace the word ‘password’ with ‘text‘ so it looks like type=”text”. Then hit Enter.

Changing Code in Firefox

The password masked behind the asterisks or bullets will now be revealed.

Password Revealed in Firefox

Wrap Up

We have the tendency to hit the “Remember Me” option to save our login passwords for easy access. After a while, it’s possible that we’d forget what the password was. This quick tip will be useful to help you retrieve your passwords from behind the cover of asterisks.

WebsiteFacebookTwitterInstagramPinterestLinkedInGoogle+YoutubeRedditDribbbleBehanceGithubCodePenWhatsappEmail