nextpage is a small Firefox extension that allows you to use the SPC key to goto next page when at the bottom of a page.
Developer comments
When reading online documents or novels, I usually use SPC to scroll page. But SPC doesn't go to next page automatically. This addon rebinds SPC key so that it scroll page when there is more on the page, it go to next page when at the bottom of a page. You can also use n key anytime directly to go to next page.
Currently English and Chinese web pages are supported.
Here is a list of keys that get rebinded:
SPC scroll up/next page
n next page
p history back
2 next page
1 history back
Alt-n next page (useful when cursor is at location bar or search box)
This is the smallest addon I've ever used.
If you found a problem and would like to get it fixed, please report it here:
http://code.google.com/p/ff-nextpage/issues/list
Product's homepage
Requirements:
· Mozilla Firefox
What's New in This Release: [ read full changelog ]
Feature:
· works better for framed pages
Bugfix:
· detect activeElement in framed pages.
· should use img.getAttribute('src') instead of img.src