Last active
September 22, 2016 14:41
-
-
Save davydog187/facf3181d8ff5e9371f931b42ca4bc86 to your computer and use it in GitHub Desktop.
digiday remove filter bookmartlet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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