Skip to content

Instantly share code, notes, and snippets.

@tarikbc
Created May 23, 2023 18:45
Show Gist options
  • Select an option

  • Save tarikbc/bfd72f8f95bcf8cecc621fb8e6307265 to your computer and use it in GitHub Desktop.

Select an option

Save tarikbc/bfd72f8f95bcf8cecc621fb8e6307265 to your computer and use it in GitHub Desktop.
Remove smooth scrolling from website
((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