Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

It's really annoying the way Facebook constantly loads extra items when I scroll down.

Either show me all unseen content right away, or let me click the button to load more - either would be fine.

Is there a way to prevent the annoying scrolling behaviour?

(via Firefox plugin, preferably. Chrome or Opera plugin if necessary.)

share|improve this question

1 Answer

Apart from a user script (which most likely would be what be needed to interrupt the scroll), it takes me two quick scrolls to get to the bottom.

This could also be accomplished with End the key (on Mac Cmd and )
It is not a nice solution if you are not good quick scrolls, but it does the job for me.

So far all the user-scripts I have seen have tried to enhance this feature rather than disable it (e.g. FFixer). If you could work backwards from that script maybe you will figure out how to stop it.

It seems the call goes to morestories.php via Ajax in the following function

function UIIntentionalStream and the scroll loader if you can find a user script that handles then hopefully that can push you in the right direction.

share|improve this answer
Saying "just scroll down" is not an answer to "how can I block the need to scroll down". It also doesn't solve anything - my connection is slow/inconsistent enough that I sometimes need do this several times in order to reach the end of loading, which doesn't stop the experience being frustrating! – Peter Boughton May 3 '11 at 13:48
@Peter I am not saying just scroll down. It is a quick scroll (maybe your pc does not have this) I have tried it using both a two finger scroll to the bottom (x2) and Mac + ↓ (x2). If you have a PC. Try it with the End Key. The results are consistent. A slow internet connection is irrelevant. – phwd May 3 '11 at 14:33
Uh... is "quick scroll" some magic terminology? I know what the End key does. // I found this: mactips.info/2005/03/quick-scroll but it doesn't seem to be what you're referring to? // Pressing End once takes me to the bottom (and FB starts loading more). Pressing End twice - whether quickly or slowly - does not stop it loading. Right now, it takes five End presses until FB gives up loading. – Peter Boughton May 5 '11 at 13:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.