Hacker News new | ask | show | jobs
by hpeinar 4074 days ago
How would one fight this insanity? Detect elements that "stick" while scrolling and remove / hide them? Show again when scrolled to top?
1 comments

Fighting "stuck" elements seems easy: similarly to how Adblock works you would define a regular expression to identify a page element with position:fixed and the plug-in would remove that CSS style (I can do it manually via developer tools, a plugin would make this change automatic/permanent).