Refer Video:
Steps :
1) Goto any Login page (eg. Gmail, Yahoomail)
2) Type password in the Password field
3) Right click over the password that you have just typed
4) goto --> Inspect element
5) You'll see something like
<input name = "passwrd" id = "passwrd" type = "password" maxlength = "64" tabindex ="2">
6) Double click on "password" in type = "password"
7) Now edit it,
from "password" to "text"
8) This shows the Password
Post your comments....!!


Thanks,
Parag

No comments:
Post a Comment