Hacker News new | ask | show | jobs
by nawgz 1882 days ago
Plus if you're decent with the inspector, you can usually remove the paywall and then if the body doesn't scroll find the Event Listener for `onscroll` and kill that; it almost always is just a simple fn preventing scroll events
1 comments

On this National Geographics page, in the inspector just select the <body> and in the CSS pane remove the "position: fixed" and "overflow: hidden". This allows scrolling.