Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
can we get an update for the newer versions of invision? |
|
|
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! |
|
|
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! |
|
|
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) |