Last active
June 24, 2019 12:42
-
-
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!
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
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