See password behind stars
Sometimes you forget your Password and have to go through long process such as reselt Password to get it back.
http://www.gmail.com
Username: example@gmail.com
Password: ****
Password: ****
What’s my password?
Alright, now you could read out the ****-stuff with a simple trick.
Here’s it
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.”);})();
All you need to do is Copy & Paste it in the Address Bar (Where you write Website address) where password is written and hit Enter.
Labels: Tips and Tricks
<< Home