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.
You could comment on this script if you were logged in.

login to vote
can we get an update for the newer versions of invision?
login to vote
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!
login to vote
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!
login to vote
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)