The Elders' House of Pain

Public Forum => SPAM Central => Topic started by: RaGe on November 22, 2007, 10:47:05 AM

Title: Mozzilla Trick
Post by: RaGe on November 22, 2007, 10:47:05 AM
if you enter the following into the mozilla url bar on any page that contains a username and password that is stored for you it will create a little pop up that tells you what the little ***** represent. Pretty neat trick if you ask me.

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("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Title: Re: Mozzilla Trick
Post by: fraggle 79 on November 22, 2007, 09:17:25 PM
uh,
Tools -- Options -- Security -- Show Passwords.

My way just seems easier than remembering that.
Title: Re: Mozzilla Trick
Post by: Elite_Prophet on November 22, 2007, 10:19:51 PM
The Duck raises an excellent point  :iamwithstupid:
Title: Re: Mozzilla Trick
Post by: RaGe on November 24, 2007, 12:39:35 AM
k