Skip to content

Instantly share code, notes, and snippets.

@wizact
Last active June 14, 2022 07:00
Show Gist options
  • Save wizact/d50aac40dc154d479fb3a62340f9c644 to your computer and use it in GitHub Desktop.
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.
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