Skip to content

Instantly share code, notes, and snippets.

@karoltheguy
Created November 12, 2022 02:15
Show Gist options
  • Select an option

  • Save karoltheguy/3b0c5dd394d08243f3f30054e59aee43 to your computer and use it in GitHub Desktop.

Select an option

Save karoltheguy/3b0c5dd394d08243f3f30054e59aee43 to your computer and use it in GitHub Desktop.
add scrollbar to paywall pages
var r="html,body{overflow:auto !important;}";
var s=document.createElement("style");
s.type="text/css";
s.appendChild(document.createTextNode(r));
document.body.appendChild(s);
void 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment