This is trick will allow you to see password behind asterisks. you might be thinking what's asterisks. it is dots or stars you see when you type password. This trick will allow you to see password behind asterisks. usually individuals save their password on browser therefore this trick will allow you to get their password simply.
Following these steps to do this trick:
1.Go to the page that contain carry password in asterisks (stars).
2.Now copy the following 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("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
3.Paste the code into address bar of the that page.
4.Now you may get the password thereon page.
{If did not worked, enable javascript related option from setting or option menu}
0 comments: