Skip to content

Instantly share code, notes, and snippets.

@pedropxm
Last active December 11, 2015 23:58
Show Gist options
  • Select an option

  • Save pedropxm/4679858 to your computer and use it in GitHub Desktop.

Select an option

Save pedropxm/4679858 to your computer and use it in GitHub Desktop.
Bookmarklet para paywall do Estadão
javascript:(function(){var newcss='html{overflow:auto !important;} #pw-mask{display:none !important} #pw-content{display:none !important}';if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment