FastNav

Quickly navigate to the next page with your keyboard. Press n to go to the next page, press p to go to the previous page.

目前为 2015-12-21 提交的版本。查看 最新版本

作者
Geoffrey De Belie
评分
0 0 0
版本
0.4.1
创建于
2015-12-21
更新于
2015-12-21
大小
8.0 KB
许可证
暂无
适用于
所有网站

To use this script, press:
* n (next) to go to the next page
* p (previous) or b (before) to go to the previous page

Background

Some websites use the following format:
http://www.phoronix.com/scan.php?page=article&item=linux-41-byt&num=1

This script will increase the last parameter in the URL, which must be a number for this script to work. This means that in the URL above, num=1 will become num=2. On some websites, this will go to the next page.

In the future, more patterns will be added. Currently, the patterns supported are:
=pagenumber - http://www.phoronix.com/scan.php?page=article&item=linux-41-byt&num=1
/pagenumber - http://www.techradar.com/news/software/operating-systems/windows-10-price-news-and-features-1301574/2
/page-pagenumber - http://www.wikigallery.org/wiki/artist48614/William-Henry-Hunt/page-2

Requesting to add support for a website

To request support for a website, create an issue on GitHub.