Live data from Hacker News

Endless Doom Scroller

endlessdoomscroller.com

11–20 of 118 posts

Re: Endless Doom Scroller

#15
post #8

I scrolled to the bottom and it said "no end in sight" but it stopped there

So you think it was the end? Or did is just give up, because there was no end in sight? Or did your browser freeze because Bill Gates was wrong when he claimed that 640K is more memory than anyone will ever need on a computer?

Re: Endless Doom Scroller

#19
post #2

I thought this was gonna be doom the game

I'm wondering if there's anyone who _didn't_ think this!

I've only noticed the term "doom scroller" on twitter, and american twitter at that. And then I forgot about it, although it fits the medium.

Re: Endless Doom Scroller

#20
post #8

I scrolled to the bottom and it said "no end in sight" but it stopped there

> I scrolled to the bottom and it said "no end in sight" but it stopped there

I could not verify your reported result after running this in my web browser console:

  var scrollToBottom = function() {
   window.scrollTo(0,(document.scrollingElement.scrollHeight - window.innerHeight));
   setTimeout(function() {
    if (window.scrollY 
Post reply on HN