Last active
June 14, 2022 07:00
-
-
Save wizact/d50aac40dc154d479fb3a62340f9c644 to your computer and use it in GitHub Desktop.
Bookmarklet to remove NZHerald premium stories (behind paywall) and premium toaster from their homepage.
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:document.querySelectorAll("span[class='story-card__label']").forEach(a => a.parentElement.remove());document.querySelector("#premium-toaster").remove(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment