Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

How To Reveal Hidden Passwords (Asterisks) In Web Browsers

I have got a simple trick to reveal the passwords on your web browsers.

Reveal Hidden Passwords (Asterisks) In 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 astericks. We’ll show you how this is done in Google Chrome and Firefox.

Google Chrome

In any website which contains your saved password, right click on the password box and click on Inspect element.
Reveal Hidden Passwords (Asterisks) In Web Browsers








You’ll now notice the bottom quarter of your screen filled with codes. You only need to focus on thehighlighted (in blue) part to reveal the password.
Reveal Hidden Passwords (Asterisks) In Web Browsers
Look for type="password" and double click on it. Replace the word ‘password’ with ‘text‘.
It should now look like type="text". Hit Enter.
Reveal Hidden Passwords (Asterisks) In Web Browsers
After you’ve changed that, the text behind the asterisks or bullets will be revealed.
Reveal Hidden Passwords (Asterisks) In Web Browsers

Mozilla Firefox

To reveal the password in Firefox, first, right click the password box and select Inspect Element.
Reveal Hidden Passwords (Asterisks) In Web Browsers

A dark grey bar will appear at the bottom of the browser; click on the Markup Panel or hit Alt +M.
Reveal Hidden Passwords (Asterisks) In Web Browsers

It will reveal a few lines of codes; the line you want to focus at is the highlighted line
Reveal Hidden Passwords (Asterisks) In Web Browsers
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.
Reveal Hidden Passwords (Asterisks) In Web Browsers

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

Reveal Hidden Passwords (Asterisks) In Web Browsers





No comments:

Contact Us

Name

Email *

Message *