Created
November 12, 2022 02:15
-
-
Save karoltheguy/3b0c5dd394d08243f3f30054e59aee43 to your computer and use it in GitHub Desktop.
add scrollbar to paywall pages
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
| 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