AidsGrabe

Web Password Revealer

May 22nd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 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