Skip to content

Instantly share code, notes, and snippets.

@vicalejuri
Last active April 11, 2016 23:04
Show Gist options
  • Save vicalejuri/5047770 to your computer and use it in GitHub Desktop.
Save vicalejuri/5047770 to your computer and use it in GitHub Desktop.
folha.com paywall remover.
$('#paywall').hide();
$('body').css({'overflow': 'scroll'});
window.scroll = undefined;
window.resize = undefined;
@vicalejuri
Copy link
Author

Copie e cole isso na barra de endereços do seu browser (no site da folha).

 javascript: (function() {var s=document.createElement('script');s.setAttribute('src','https://gist.github.com/barrabinfc/5047770/raw/a5acaf283cc2ad37bb130dd24dc9bf2506942ac1/paywall_remove.js');document.getElementsByTagName('head')[0].appendChild(s);})();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment