Endless Forum Pages

By Jesse Ruderman Last update Oct 6, 2005 — Installed 7,012 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Maleko User

please change your script name to "Endless phpBB Forum Pages" instread so it looks more descriptive

 
Stephen Wilc... User

When trying to install this, I get:
[Exception "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult:"80004005 (NS_ERROR_FAILURE)" location:"JS Frame :: chrome://febe/content/febe.js :: getContents :: line 639" data: no]

Any ideas?

 
vehrka User

Hello MrPatan

you must find the script file wich is called:

endlessforumpages.user

for Fx 1.5 in linux it should (more or less) be in:

/home/USERNAME/.mozilla/firefox/WHATEVER.default/gm_scripts

then you edit the file an change line 88 which should look like

if (link.innerHTML == "Next" && link.getAttribute("href").substr(0,10) == "viewtopic.")

with this one

if ((link.innerHTML == "Next" && link.getAttribute("href").substr(0,10) == "viewtopic.") || (link.innerHTML == "Siguiente" && link.getAttribute("href").substr(0,10) == "viewtopic."))

enjoy!!

 
MrPatan Scriptwright

Very good script! I had to change the hardcoded "Next" to "Siguiente" because I browse some spanish phpbb forums, though, hope that helps someone!

 
facted User

I did NOT write this. I just found it on Jesse Ruderman's blog and I found it to be extremely useful so here it is :) Don't know why he didn't post it himself.

There should be a way on here to post scripts and NOT claim ownership of them. Anyway, enjoy.