In many situations that we require to know
what lies behind those asterisks. In many cases for different website login's we
need to enter the passwords which will be hidden form us. Here is the simple
trick to reveal the passwords on our web browsers.
PASSWORD |
Here we see how to revel the passwords in
Google Chrome and Internet explorer.
Google Chrome browser
In any website which contains your saved
password, right click on the password box and click on Inspect
element as showed in the below picture.
Hidden Password |
Now we can notice the bottom quarter of our
screen filled with codes. Now we need to focus on the highlighted part to
reveal the password behind the asterisks.
Now look for type="password" and
double click on it. Replace the word “password” with “text”.
Microsoft
Internet Explorer
In any website which contains your saved
password, Go to Tools in the Menu bar and select F12 developer tools from the list as
showed in the figure.
Search for “password” and look for type="password" and
double click on it.
Replace the word “password” with “text”.
It should now look like type="text". And hit Enter.
That’s it now you can see the text behind
the asterisks in Internet explorer.
Click here for
more Tips
& Tricks