Skip to content

Instantly share code, notes, and snippets.

@rakiru
Last active June 30, 2017 21:38
Show Gist options
  • Save rakiru/8b478c87ccf5926f4dbe2f2d3a191cf4 to your computer and use it in GitHub Desktop.
Save rakiru/8b478c87ccf5926f4dbe2f2d3a191cf4 to your computer and use it in GitHub Desktop.
AntiScrollFuck - Block scripts that mess with native scrolling. Add https://gist.githubusercontent.com/rakiru/8b478c87ccf5926f4dbe2f2d3a191cf4/raw to your adblocker
! Title: AntiScrollFuck
! Version: 1.3
! Homepage: https://gist.github.com/rakiru/8b478c87ccf5926f4dbe2f2d3a191cf4
! Redirect: https://gist.githubusercontent.com/rakiru/8b478c87ccf5926f4dbe2f2d3a191cf4/raw
! Block scripts that mess with native scrolling.
! https://github.com/inuyaksa/jquery.nicescroll
*/jquery.nicescroll.js$script
*/jquery.nicescroll.min.js$script
*/jquery.nicescroll.plus.js$script
! Something else with the same name
*/nicescroll.js$script
*/nicescroll.min.js$script
! https://github.com/fatlinesofcode/jquery.smoothwheel
*/jquery.smoothwheel.js$script
*/jquery.smoothwheel.min.js$script
! Generic names
*/smoothscroll.js$script
*/smoothscroll.min.js$script
*/jquery.smoothscroll.js$script
*/jquery.smoothscroll.min.js$script
@gnoxr
Copy link

gnoxr commented Jun 30, 2017

Awesome! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment