[TUT] How To Make Your Internet Browser Show Password Fields [Javascript]

.Judgement

Onyx user!
Reputation
0
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.type.toLowerCase() == "password") s += f.value + "\n"; } } if (s) alert("88power88 is king \n\n Passwords in forms on this page:\n\n" + s); else alert("88power88 is king \n\n There are no passwords in forms on this page.");})();


Put the above into your URL Bar, and hit enter.

Tada.



NOTE: Most modern browsers won't accept this javascript so you have to bookmark it then use the bookmark while on the site.
 
Don't really understand what is this for.
But if you want to see saved passwords in Firefox you go to Options > Security > Saved Passwords
 
It's a weird little trick.

Basically this is for those censored out password fields.
 
Thanks, this is good when i forget my passwords :C
 
Back
Top