Hacker News new | ask | show | jobs
by pealco 368 days ago
Most of my time interacting with this site was spent in developer tools, trying to figure out where the scrolling behavior was coming from. (Couldn't figure it out.) I can't understand why people are still doing this in 2025.
2 comments

Enter this in the console:

document.body.onwheel = (e) => e.stopPropagation();

Most likely the developer is using a Windows computer.