Ok guys so you know when you get on facebook and your username is already put in and your pasword as well but you see them as dots? well to find out what is typed in in the password box you must....
1. Go to the browser box and erase the site that you are on.
2 enter this code in the browser box and press enter to reveal the password behind the dots or stars.
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.");})();