How to see a password instead of asterisks in a browser πŸ₯‡

Discover how to see a password instead of asterisks in a browser. When you are on a website whose login details are saved in your browser, the browser automatically fills in the username and password fields for you. You may have noticed this behavior when visiting a website where you have an account. While the username is clearly visible, the password is hidden behind asterisks.

It is common for browsers not to reveal their passwords, otherwise the person sitting next to you will find out what the password is. However, if you have made sure no one is around you and want to see the password behind the asterisks, here are several ways to do it in your browser.

Reveal passwords behind asterisks using the Inspect element

Whether you are a beginner in HTML coding, an expert in web development, or know zip about HTML, you can still use the zip tool. element inspection to reveal your passwords.

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

Thanks to this real-time switching function, you can use the inspection item to find out what is hidden behind the asterisks. This is how you do it.

  • Launch the website where you want to reveal the passwords behind the asterisks.
  • Right-click the password field where you see asterisks and select To inspect . It will activate the inspect element tool.
  • The code for the password field will be highlighted in the console. Double click on the password In the label >, rename it to text and press Enter .
  • The asterisks in the password field will quickly become your real, real password. You can copy it like you would any other text if you want.
See also  How to fix when Microsoft Edge is not responding πŸ‘‰

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

Use JavaScript to see passwords behind asterisks

If you don’t want to make changes to a code every time you want to reveal a password, you can use JavaScript which will do the work for you in one click.

Although the password reveal JavaScript can be run manually from the address bar, you may want to add it to the bookmarks bar so that it is then just a matter of a single click to run.

  • Click the star icon next to the address bar in your browser to add a bookmark.
  • Click on Plus on the next screen, as you need to edit the bookmark before saving it.
  • On the next screen, enter the name you want in the field Name . For the field urls copy and paste the following JavaScript code:

javascript: (function () {var s, F, j, f, i; s = “”; F = document.forms; for (j = 0; j < F.length; ++ j) {f = F ; for (i = 0; i

  • Now go to any website where you see asterisks instead of a password. Click on the newly added bookmark and the password behind the asterisks will appear on your screen.
  • Since it’s JavaScript, it should work in all browsers that support Java.

    Use browser extensions to view passwords

    There are also extensions that allow you to see passwords behind asterisks in your browsers. These are easier to use than any other method and all you need to do is install them in your browser.

    See also  20 fast web games to play online from your browser ⇨

    Chrome users can use the extension to reveal passwords. Opera users have the extension available to them. Mozilla Firefox has the extension to quickly show and hide your passwords.

    View saved passwords in Chrome and Firefox

    As you may already know, what you have behind the asterisks are the passwords saved in your browsers. If you could reveal these passwords in the browser itself, you would not have to use any method to convert the asterisks to passwords.

    This is how you see your saved passwords in Chrome and Firefox:

    Access saved passwords in Chrome

    • Click on the three dots in the upper right corner and select Setting to open the Chrome settings menu.
    • Click on passwords on the next screen, and then click the eye icon next to the password you want to view.
    • You will be prompted to enter your computer password and then you will be able to view all of your saved passwords.

    View saved passwords in Firefox

    • Click on the three horizontal lines in the upper right corner and select preferences .
    • choose Privacy & Security in the left sidebar and click the beginning of saved session in the right pane.
    • Click on show passwords to reveal all the passwords in the list.

    You can also remove certain or all of your browser passwords using this panel.

    addition to cHow to see a password instead of asterisks in a browserbelow you can see more related topics of related to this article:

    Loading Facebook Comments ...
    Loading Disqus Comments ...