Endless Doom Scroller
11–20 of 118 posts
Nicely done
Re: Endless Doom Scroller
#12I thought I was on the front page of Reddit for a second. Well done.
Would actually be interesting to see a version of this with the Reddit CSS/design, randomized upvotes and all.
Re: Endless Doom Scroller
#13I thought it was gonna link to some articles at least
Randomly generated by GPT-3
Re: Endless Doom Scroller
#14Was expecting a procedurally-generated Doom sidescroller conversion. I was nonetheless quite amused.
In case anyone hasn't seen it: Linear Doom https://www.youtube.com/watch?v=AM50BifVRHA
It's Doom, but if it were just a single, linear hallway.
Re: Endless Doom Scroller
#15I 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
#16If this were formatted to look a little more like a contemporary news site it would be perfect
Re: Endless Doom Scroller
#17This is basically the news we’re reading and theres no end in sight
Re: Endless Doom Scroller
#18Re: Endless Doom Scroller
#19Re: Endless Doom Scroller
#20I 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