PDA

View Full Version : Help Please?



ElsiVersace
11-11-2012, 11:16 PM
Hey. I wanted to know if anyone knows a method to reveal whats behind a asterisk sign. Im not trying to see whats the password, just the former email
EX:
http://i.imgur.com/wr1RI.jpg

I have tried the java 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("Password is:\n\n"+s);else alert("No passwords");})();

That is not what im looking for
Any help is greatly appreciated
Thank You