Tag Archives: bookmark

Show / Reveal Password Bookmarklet

If you’ve got a pass­word saved, but can’t remem­ber what it is, you can use this book­mark­let to reveal it. Drag the image to the book­mark bar: Click the but­ton above to try it out: If you’re inter­ested in the JavaScript source:   javascript:Array.prototype.slice.call(document.querySelectorAll(“input[type=‘password’]”)) .map(function(el){el.setAttribute(‘type’,‘text’)})   It gets all pass­word inputs and turns their type to text; […]

Whois Lookup Browser Bookmarklet

I’ve been want­ing a whois book­mark­let for a while now, but none of them seem to work very well, so I made my own. Drag -> to your book­mark bar to install. It uses who.is for the lookup as they auto­mat­ic­ally parse the domain out of the url unlike other sites.