I am going to teach you simple way to see the passwords which are shown as astersik characters(*).
How to see the remembered passwords ?

Visit any site which remembers passwords and show astersik characters in password box.
Copy the following code
javascript:alert(document.getElementById('password').value);
Paste in the address bar.
Press enter key
Now the hidden password behind the astersik character will be shown.