Tools

Unblur Bookmarklet: Removes the blur from the search results on sites like thatsthem, Intelius, zabasearch, etc.

  document.querySelectorAll('.blur').forEach(el => el.classList.remove('blur'));
})();