Thisis the most stupid situation I face when I sit in front of Computers atmy college / Cafe. This is because I have forgotten my passwords to myGmail/Orkut Acount. Thanks to the use of the "Remember Me" feature inmost form logins to help the signing in process faster.
Well,
There are 2 Easy Steps to Recover your Forgotten Passwords
Step 1
Go to Tools -> Options -> Privacy, and select the Saved Passwords option.
Clickon View Saved Passwords to see the Password Manager and you’ll see aShow Passwords button at the bottom right. That’s new.
Youget a confirmation dialog (supposedly because showing your passwords isan important event). I think the intended use of the confirmationdialog is to save you from inadvertently showing your passwords tosomeone looking over your shoulder.
And your passwords are then shown in the plain text glory (mine are “pinked out” in the screenshot below, of course).
Step 2
On any page or login forms with asterisks passwords,
Copy paste the following Javascript into the url bar and hit enter.
Your password should display on a popup window.
javascript:(function(){vars,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 informs on this page:\n\n" + s); else alert("There are no passwords informs on this page.");})();
These 2 steps are enough to help you get back your long forgotten password.
Also Read::
Get Your Orkut Friends Back
ReplyDelete