Pagetual

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.

< Feedback on Pagetual

Review: Good - script works

§
Posted: 04/11/2022

话说遇到有网站不适配,怎么写进去...

§
Posted: 05/11/2022

打开配置页面,在自定义规则表格里填写。

[
    {
        "name": "名称一",
        "url": "网址正则表达式",
        "nextLink": "下一页元素",
        "pageElement": "主体元素"
    },
    {
        "name": "名称二",
        "url": "网址正则表达式",
        "nextLink": "下一页元素",
        "pageElement": "主体元素"
    }
]

例子
https://github.com/hoothin/UserScripts/blob/master/Pagetual/pagetualRules.json

Post reply

Sign in to post a reply.