Created
May 23, 2023 18:45
-
-
Save tarikbc/bfd72f8f95bcf8cecc621fb8e6307265 to your computer and use it in GitHub Desktop.
Remove smooth scrolling from website
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
| ((el = [...document.getElementsByTagName('script')].find(tag => tag.outerHTML.includes('scroll'))) => el ? el.parentNode.removeChild(el) : null)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment