AutoPager

Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page)~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-07-16

https://www.xgmn.vip/
之前可以用今天发现好像不能自动翻页了

X.I.UAuthor
§
Posted: 2022-07-16
Edited: 2022-07-16

域名换了当然没效果啊。
下次遇到更换域名的情况,自行修改规则里的 host 域名。

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "极品性感美女": {
        "host": "www.xgmn.vip",
        "url": "return (fun.lp() != '/' && !fun.indexOF('/search/'))",
        "pager": {
            "nextL": ".current+a",
            "pageE": ".article-content>p, body.home .related_posts>ul",
            "replaceE": ".pagination"
        }
    }

Post reply

Sign in to post a reply.