/**
* @author https://codepen.io/bookmarklets
* @file This will reveal any pre-filled password fields.
Converts passwords to text ***** → Pa$sW0rD123
* Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#}
*/
javascript:(function(){
var IN,F;IN=document.getElementsByTagName('input');
for(var i=0;i