Skip to content

Instantly share code, notes, and snippets.

@jeffehobbs
Created October 23, 2021 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffehobbs/c83f8a1a5e230831aff938611263d07e to your computer and use it in GitHub Desktop.
Save jeffehobbs/c83f8a1a5e230831aff938611263d07e to your computer and use it in GitHub Desktop.
get past Newspapers of New England paywall
// get past Newspapers of New England paywall
var background = document.getElementById("ta_background");
background.remove();
var modal = document.getElementById("ta_paywall");
modal.remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment