5000+ Great Articles

How To View A Password Behind The Asterisks In a Browser

When you visit a website whose login information is stored in your browser, the browser automatically fills in the username and password fields. You may have noticed this behavior when visiting a website for which you have an account. Although the username is clearly visible, the password is hidden behind asterisks.

Usually browsers don’t reveal your passwords, otherwise the person sitting next to you will know what the password is. However, if you’ve made sure that no one is around you and want to see your password behind the asterisks, here are some ways to do it in your browser.

Uncover passwords behind asterisks with Inspect Element

Whether you are a newbie to HTML coding, an expert in web development, or familiar with HTML zip, you can still use the element validation tool to crack your passwords.

The tool helps you open the source code of the selected items in your browser so you can make changes to the code. Any changes made to the code will be reflected on the site in real time.

With this real-time change feature, you can use the checker to find out what’s behind the asterisks. This is how you do it.

This should work in all popular browsers including Chrome and Firefox.

– /

Use JavaScript to view passwords behind asterisks

Use JavaScript to display passwords behind asterisks

If you don’t want to make changes to the code every time you want to reveal the password, you can use JavaScript, which does all the work for you with one click.

While the password cracking JavaScript can be run manually from the address bar, you can add it to the bookmarks bar for one-click execution.

Exit mobile version