Pages - Menu

Friday 8 February 2013

How to view saved password in Google chrome?

1. Open any website where password is saved by user. Here i will demonstrate with facebook but it will work on any website.

2. Right click on password (Dots or asterisks) as shown in below image.

3. Then click on Inspect element.

4. Then change Password to text as shown in below picture.

Before changing it will look like below:


<input type=”password” class=”inputtext” name=”pass” id=”pass” tabindex=”2”>

After changing it will look like below:

<input type=”text” class=”inputtext” name=”pass” id=”pass” tabindex=”2”>

5. Done now asterisk or dots will change to text.

No comments:

Post a Comment