Skip to content

Instantly share code, notes, and snippets.

@davydog187
Last active September 22, 2016 14:41
Show Gist options
  • Save davydog187/facf3181d8ff5e9371f931b42ca4bc86 to your computer and use it in GitHub Desktop.
Save davydog187/facf3181d8ff5e9371f931b42ca4bc86 to your computer and use it in GitHub Desktop.
digiday remove filter bookmartlet
javascript:(function() {const ads = Array.from(document.querySelectorAll(".ad-wrapper")).forEach(ad => ad.parentNode.removeChild(ad));const blur = Array.from(document.querySelectorAll(".entry-content")).forEach(thing => thing.style.webkitFilter = "none");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment