Hacker News new | ask | show | jobs
by doublewale 1000 days ago
Assuming this manipulates the DOM, won't it mess with pagination?
1 comments

It adds "display: none" so it doesn't delete DOM nodes so its not likely to mess with pagination, but of course JavaScript can do anything (e.g. measure the rendered height) so it's possible that it messes with some layouts; I remembered trying it on facebook and it went awry, I had to undo it (in the options page of the extension you can see the full list of your filters and just hit "delete" on one)