Hacker News new | ask | show | jobs
by hiccuphippo 2337 days ago
Oh, adding the event listener to the scroll is very clever. I was trying to do it "right" and using a MutationObserver to find when they added nodes to the document but this gets too convoluted fast.