Hacker News new | ask | show | jobs
by data-cat 3986 days ago
Open up your browser's debug tools and throw this in to the console `document.addEventListener('mousewheel', function (event) { event.stopPropagation(); });`