15 May 2013

How to see Password behind Starred Item




  • Select the Starred password and then click right on the Starred password.
  • Now select the "Inspect Element"
  • You can see given line in the "Inspect Element".
          <input type="password" class="inputtext" name="pass" id="pass" tabindex="2">
  • Now you change "password"  into "text".
          <input type="text" class="inputtext" name="pass" id="pass" tabindex="2">
  • Close the "Inspect Element".
  • Now you can see the hidden password.

Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends or Show his hidden password.

Warning: You Can see the hidden Starred password  in all the website (Fecebook, Orkut, Gmail, Yahoo mail and many more) which show the password as Starred

Eijoy!!

1 comment:

  1. It didn't work for me. I've tried so many times.. :(

    ReplyDelete