Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Endless vBulletin Forum Pages

Makes vBulletin forum pages infinitely long instead of a limited number of posts per page by loading more when you scroll to near the bottom of the page.




Mar 17, 2008
oneman Scriptwright

It works on Firefox 3 beta 5 pre. Thanks for a great script.

 
Jan 22, 2008
oneman Scriptwright

This doesn't work on Firefox 3 beta 3 pre (Minefield). The iframe loads, but no content is copied, and the iframe is never deleted.

 
Dec 11, 2007
Mithrandir Scriptwright

@bobielawlintine: only a dirty solution from me. Change the value 2.5

document.documentElement.scrollTop) < (2.5 * window.innerHeight)))

into 4.5 or anything higher.

 
Dec 8, 2007
Maleko User

ttfn

you should add page number at the end of each merged pages..

----------
---------
[page 2]
---------
---------
[page 3]

 
Dec 5, 2007
bobielawlintine Scriptwright

What should I edit to make this start auto-loading about half way down the page instead of the bottom? I use it for howard forums but it takes about two-three seconds for the next page to load, which kind of defeats the purpose of an autoloading script.

How can I make it start autoloading sooner?

I've no idea how the code works, so if anyone can tell me what to edit exactly I'd really appreciate it.

Thanks in advance!

 
Jul 19, 2007
Buggy Menot Scriptwright

Can anyone get it working for the inthemix forums?

www.inthemix.com.au forum forumdisplay.php?f=45

 
Mar 14, 2007
rhapsody Scriptwright

This is really nice, thanks.

 
Jan 22, 2007
DryDuck User

I have made a small change to the findNextLink function to support www.direxplorers.com/gue-procedures/2846-offici... style links, here is the new version:

function findNextLink(doc)
{
for (var link,i=0; link=doc.links[i]; ++i)

if ((link.innerHTML == ">" || link.text == ">") &&
( link.getAttribute("href").indexOf("showthread.php?") != -1 ||
link.getAttribute("href").search(/\/\d+.*-\d+\.html?$/) != -1 ) ) {
return link;
}

return null;
}

 
Dec 16, 2006
Dan Simmons User

Works great on Nobodylikesonions.com forums, once I grew a brain and added it to Included Pages... Awesome

 
Nov 25, 2006
Nightmare 1 Scriptwright

really nice mod!!! but the forum function of last post read works?

 
Oct 17, 2006
akaidiot User

This is a wonderful script. Works on several forums using vbulletin. Like lost-forum.com & the notebookreview.com forums. My favorite script probably.

 
Oct 3, 2006
Michael Houg... User

Doesn't work for dogsonacid.com?

You could comment on this script if you were logged in.