Skip to content

Instantly share code, notes, and snippets.

@angeloped
Last active June 24, 2019 12:42
Show Gist options
  • Save angeloped/d649d895a2535234ab21a7cd99147a4e to your computer and use it in GitHub Desktop.
Save angeloped/d649d895a2535234ab21a7cd99147a4e to your computer and use it in GitHub Desktop.
This is the script for MIT Tech Review articles subscription bypass. Happy hacking!
document.getElementsByClassName("jsx-963942478 paywallWrapper")[0].remove();
document.querySelector("body").setAttribute("style", "overflow: scroll;");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment