
nextpage by sylecn
use SPC key to go to next page when at the bottom of a page
Extension Metadata





When reading online documents or novels, I usually use SPC to scroll page. But SPC doesn't go to next page automatically. This add-on rebinds SPC key so that it scrolls page when there is more on the page, it goes to next page when you are at the bottom of a page. You can also press n key anytime to go to next page directly.
nextpage is free software released under GPLv3. The source code is hosted at github.
nextpage tries hard to not get in your way. If you find nextpage breaks your blog admin panel, some online registration form, or any kind of cool web application, please report a bug. You can also use (ignore-on "URL_REGEXP") in user config to disable this add-on on given website.
Currently English, Chinese and German web pages are supported.
nextpage allows you to bind keys to some nextpage related functions. Here is the default key-bindings:
You can disable/overwrite built-in bindings and define your own bindings easily. Read the built-in help document with the installed add-on for more information. Click help button in add-on option.
In user preferences page,
You can bind p to previous-page:
You can bind c to copy page title and url:
This add-on is only 30K zipped.
BUG Report
===================
If you found a problem and would like to get it fixed, please report it here:
https://github.com/sylecn/ff-nextpage/issues
nextpage is free software released under GPLv3. The source code is hosted at github.
nextpage tries hard to not get in your way. If you find nextpage breaks your blog admin panel, some online registration form, or any kind of cool web application, please report a bug. You can also use (ignore-on "URL_REGEXP") in user config to disable this add-on on given website.
Currently English, Chinese and German web pages are supported.
nextpage allows you to bind keys to some nextpage related functions. Here is the default key-bindings:
- SPC scroll up/next page
- n next page
- p history back
(bind "SPC" 'nextpage-maybe)
(bind "n" 'nextpage)
(bind "p" 'history-back)
You can disable/overwrite built-in bindings and define your own bindings easily. Read the built-in help document with the installed add-on for more information. Click help button in add-on option.
In user preferences page,
You can bind p to previous-page:
(bind "p" 'previous-page)
You can bind c to copy page title and url:
(bind "c" 'copy-title-and-url-maybe)
This add-on is only 30K zipped.
BUG Report
===================
If you found a problem and would like to get it fixed, please report it here:
https://github.com/sylecn/ff-nextpage/issues
Report this add-on for abuse
If you think this add-on violates Mozilla's add-on policies or has security or privacy issues, please report these issues to Mozilla using this form.
Please don't use this form to report bugs or request add-on features; this report will be sent to Mozilla and not to the add-on developer.
- Add-on Links
- Version
- 2.9.2
- Size
- 36.03 KB
- Last updated
- a year ago (Oct 9, 2019)
- License
- GNU General Public License, version 3.0
- Version History
v2.9.2 now works on PKU BBS and some MDN pages
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
if you'd like to add words in other languages that's equivalent to "next" in English, please file a bug report [see description for URL] and I'll add it in the source file directly.