Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.
打开配置页面,在自定义规则表格里填写。
[
{
"name": "名称一",
"url": "网址正则表达式",
"nextLink": "下一页元素",
"pageElement": "主体元素"
},
{
"name": "名称二",
"url": "网址正则表达式",
"nextLink": "下一页元素",
"pageElement": "主体元素"
}
]
例子
https://github.com/hoothin/UserScripts/blob/master/Pagetual/pagetualRules.json
话说遇到有网站不适配,怎么写进去...