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

Endless Invision Forum Pages

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

Modified version of Jesse Ruderman's "Endless Forum Pages":http://userscripts.org/scripts/show/1894 script. Should work with Invision boards instead of phBB boards.

2006/12/10 - updated with nah's suggestion below.






1 point
login to vote
LooGie user
Posted Sep 12, 2007

can we get an update for the newer versions of invision?

1 point
login to vote
Alejandra user
Posted Aug 18, 2007

Thanks for this script!

A tip for the users: combine this script with the Key Scroll script http://userscripts.org/scripts/show/8029 for seamless reading!

1 point
login to vote
Chris3ne user
Posted Dec 28, 2006

Is there any way to edit the script to make the thread unfold without having to continuously scroll to the bottom of the page?

Thanks!

1 point
login to vote
nah user
Posted Oct 8, 2006

Hey, you can make this work on the Television Without Pity forums (and presumably other forums that don't use > for the next link) by changing line 96 to:

if ((link.innerHTML == ">" || link.text == ">" || link.text.charCodeAt(0) == 8250 ) && link.getAttribute("href").indexOf("showtopic=") != -1)

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