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: 2024-08-25

https://www.4khd.com/ 求大佬支持

X.I.UAuthor
§
Posted: 2024-08-26

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

    "www.4khd.com": {
        "host": ["rxwgj.xxtt.info","www.4khd.com"],
        "url": "return fun.isPager()",
        "pager": {
            "nextL": "li.numpages.current+.numpages>a",
            "pageE": "#basicExample>a",
            "replaceE": ".page-links",
            "scrollD": 2000
        }
    }

scrollD 指的是,滚动条底部 与 网页底部之间的距离小于等于 2000 时,就会触发脚本翻页,可以按需调整(省略号默认值就是 2000 像素)。

§
Posted: 2024-08-26

感谢大佬

Post reply

Sign in to post a reply.