Trick to show hidden password in login page


You might have seen that the password you enter will be displayed as *s or as Dots in almost all log in pages on internet. This is because of designers ,  who design the log in screens and make the text inside the password field hidden or made them displayed as Stars (*) or as Dots.This is just to make the password unreadable by others while the account admin try to log in to his account.But here is a trick or we can say that JavaScript to read the hidden password

NOTE--: This trick is not for google chrome if you want to use this trick 
in google chrome so click on text  


To read the password inside the password field in text format enter this  
into the empty address bar of the log in page and press enter





________________________________________________________




javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k < w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' + g + ' forms');}function z(f){var b=false;for(var i=0;i < f.length;i++) {var e=f[i].elements;for(var j=0;j < e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}




Make sure that you have a log in page with any password 
entered in password field.









For more trick subscribe your email




Enter Your Email Address
Already 400+ subscribe


Subscribe by entering your email and get new updates in your inbox directly


2800 Email subscribers