Many modern browsers have such a function as remembering passwords for various sites. By entering the password once, you save yourself the trouble of filling out a line every time you enter the site. But what if you forgot your password, but on the site it is hidden behind dots? In order to find out the password, you must follow the following instructions.
Instructions
Step 1
First, you need to go to the site, the password for which you need. Click on "Password Wand". After all fields are filled with asterisks or dots, immediately press ESC. Then enter the following code in the address bar:
javascript:(function () {inp = document.getElementsByTagName ('input'); for (var j = 0; j <inp.length; j ++) {if (inp [j].type == 'password') {prompt (inp [j].name, inp [j].value);}}}) ()
By pressing ENTER, you will receive the required password.
Step 2
If the first method did not help, you can use the Opera password Recovery utility. This is a program that is designed to recover passwords saved in the Opera browser. This program is very simple and easy to use, you just need to launch it and then click on "Password Recovery". All found passwords will be text files or HTML reports.