Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
please change your script name to "Endless phpBB Forum Pages" instread so it looks more descriptive |
|
|
When trying to install this, I get:
Any ideas? |
|
|
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!! |
|
|
Very good script! I had to change the hardcoded "Next" to "Siguiente" because I browse some spanish phpbb forums, though, hope that helps someone! |
|
|
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. |