Now this could be very useful if you ever want to be able to see your password as you're typing it to make sure you haven't made any mistakes. Here is a simple password field. It says "password". Click the button below to show it's contents!
The very simple code which does that is this.
javascript:void(document.getElementById('password').type='text')
Just put that in the address bar as always!
NOTE: To get the id of the element just look at the source code (usually View --> Source Code)
No comments:
Post a Comment