How to Recover Your Forgotten Saved Password in Google Chrome ?

Lattest browsers have great facility of saving passwords. When you sign in into any forum or any website using your email/username and password, browser ask to save that username and password in browsers secret file. Now next time when you open that website, auto fill form fills your username and password into username and passwords box. You don’t need to enter the password every time you log in.
We are talking about Google Chrome. In Google Chrome, the password saving option are look like below image.
When you click on Save password, your username and password will save in the browser’s secret file. After save the password, when you will go to log in page of that website, it will show your username and password in (Stars) automatically.
This is very usefull function when following problems occur.
You don’t have remember you passowrd
You made a new account with new password and you forgot the new password
If you save your password on browser then its easy to log in with. But browser doesn’t displayed you the password of your account.
Today we will learn how to force browser to show your saved password? So lets start with simple steps
Steps to Recover Forgotten Saved Google Chrome Pass:
Step 1: Go to your website log in page where you choose to save password for that page.
Step 2: When password show in stars (*) as shown in above image, copy the following Javascript.
Copy All Code :
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Step 3: Paste the Javascript in URL/ Address Bar and hit enter.
Step 4: When you hit the enter button, your password will show on the window as shown in image below.
I hope this small tip will be helpful for you
Thanks!
0 comments:
Post a Comment