Live data from Hacker News

Show HN: Scroll Reddit

scrolldit.com

61–70 of 76 posts

Re: Show HN: Scroll Reddit

#68

great freakin job man. I built reddpics.com last year. Your UI is much better.

Thanks lurchpop! Btw. Good job on reddpics, in some occasions it's faster as Scrolldit (I guess because of the prerendered thumbs), your site was one of my favorites before I build Scrolldit :)

Re: Show HN: Scroll Reddit

#69

Ok, may have scrolled on this page forever. When the page gets lots of content it gets slow. Could you remove the DOM elements at the top as you scroll?

That's indeed a problem if you scroll for a long time.

I can't really remove content from the DOM since that would cause other boxes to float back to the top (moving chaos in your window). Maybe replacing the images not in focus with a 1x1 pixel stretched to their size is a fix to decrease memory usage (although I think this will differ between browsers). Anyone here with a good idea how to fix this?

Post reply on HN