Hi friends, first of all I give you my sincere thanks to, who have called my site house of tricks :). Here I am going to give you a simple computer trick to find any passwords that hide behind the asterisks. You might be thinking what is asterisks, It is dots or stars you see when you type password. This cool computer tricks will let you see password behind asterisks. Very often people will always save their password on browser for easy access so this computer trick will let you get their password easily.
Steps
- First go to the page that contain password in asterisks.
- Now copy the following code. Note: Don't change anything.
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.");})();
- Paste the code into address bar of the page contain password.
- Now you will get the password on that page.
NOTE: This computer trick works on internet explorer and might works on old version of other
web browser.
Remember: This blog is all about cool computer tricks or pointy house of tricks. You can ask
any question related to the posts we made here. We will respond to your
query/doubt within 1 hour,our team is ready for service.