Skip to content

Instantly share code, notes, and snippets.

@joaocampinhos
Last active February 22, 2019 08:54
Show Gist options
  • Save joaocampinhos/026da8f35dc9a0213476 to your computer and use it in GitHub Desktop.
Save joaocampinhos/026da8f35dc9a0213476 to your computer and use it in GitHub Desktop.
Disable MIT Technology Review (https://www.technologyreview.com/) paywall
var h=document.head,s=document.createElement('style');s.type='text/css',s.appendChild(document.createTextNode('.entry-login,.meter{display:none}article,.article-body__content{height:auto!important}.article-body__content:before{content:none!important}')),h.appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment