Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript://var els=document.getElementsByTagName("input");for (i in els) {if (els[i].getAttribute && els[i].getAttribute('type')=='password') {els[i].setAttribute('type', 'text');}}
Advertisement
Add Comment
Please, Sign In to add comment