Show Passwords Bookmark
Simple bookmark to show passwords in a page
by rulokc
HTML
<a href="javascript:[].forEach.call( document.querySelectorAll('input[type=\'password\']'), function(v,i){v.setAttribute('type', 'text');} );">Show passwords</a>
<- drag link to bookmarks