Présentation
use SPC key to goto next page when at the bottom of a page.
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. From v2.12.0, it prerender or prefetch next page link to speed up page load. nextpage is <a href="http://www.gnu.org/philosophy/free-sw.html" title="free software ">free software</a> released under GPLv3. The source code is hosted at <a href="http://github.com/sylecn/nextpage-we" title="github">github</a>. 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 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: <ul> <li>SPC scroll up/next page</li> <li>n next page</li> <li>p history back</li> </ul> Here is the real code for this default binding: <code> (bind "SPC" 'nextpage-maybe) (bind "n" 'nextpage) (bind "p" 'history-back) </code> 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. For example, in user preferences page, You can bind p to previous-page: <code> (bind "p" 'previous-page) </code> You can bind c to copy page title and url: <code> (bind "c" 'copy-title-and-url-maybe) </code> This add-on is only 48K zipped.
4,9 sur 530 avis
Détails
- Version2.17.4
- Dernière mise à jour26 août 2024
- Proposé parsylecn
- Taille53.28KiB
- Langues2 langues
- Développeur
E-mail
sylecn@gmail.com - Non-professionnelCe développeur ne s'est pas identifié comme professionnel. Pour les consommateurs de l'Union européenne, veuillez noter qu'il est possible que les droits des consommateurs ne s'appliquent pas aux contrats entre vous et ce développeur.
Confidentialité
Ce développeur déclare que vos données :
- Ne seront pas vendues à des tiers en dehors des cas d'utilisation approuvés.
- Ne seront ni utilisées ni transférées à des fins sans rapport avec la fonctionnalité de base de l'article.
- Ne seront ni utilisées ni transférées pour déterminer votre solvabilité ou en vue de vous proposer un prêt.
Assistance
Pour obtenir de l'aide concernant des questions, des suggestions ou des problèmes, consultez le site d'assistance du développeur.