There's a simpler script to do reveal passwords:
Create a bookmark and give the following as the address:
Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Once the passwords are typed/auto-filled by the browser run this bookmark.
It will show all the passwords in the page.
Its Not Mine but found it somewhere , dont remember where though .
been using since a long time.
Regards,
ray