February 3, 2012

See Your Password in Hidden Dots

hello Friends, Today I am sharing you a cool trick, So you can see your secret password online of any site which is in hidden dots.



Lets start our work :

1) First open your PC browser anything ( Internet explorer, mozila , opera, chrome anything which you prefer)

2) Now open a site which needed login and password.

For Example - I open Gmail in Internet explorer.

3) now we have to test this trick. So type anything in login and password.
here I type abcdef@gmail.com
and type password 1234567890

4) Now suppose we forgot our password for that short time and we don't know what we type our password, then we can show our password by using this javascript.

the code is below :

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:nn" + s); else alert("There are no passwords in forms on this page.");})();


6) Now copy this java-script code and paste it in your browser's address bar
and press Enter.

6) Yappie!! You can see your password,
 

0 comments:

Post a Comment

Click to Download our Android App