AutoPager

⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2022-10-08

https://onehu.xyz/ 大佬,申请适配,本来打算自己写的,但是搞了小半天好像整不明白,麻烦大佬了

X.I.UAuthor
§
Posted: 2022-10-08

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

    "onehu.xyz": {
        "host": "onehu.xyz",
        "url": "return fun.getCSS('li.active+li>a')",
        "blank": 4,
        "pager": {
            "nextL": "li.active+li>a",
            "pageE": "#page-content>.row>div:not(.center-align)",
            "replaceE": ".pagination",
            "scrollD": 2000
        }
    }

scrollD 值越大越早触发翻页。

§
Posted: 2022-10-08

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

    "onehu.xyz": {
        "host": "onehu.xyz",
        "url": "return fun.getCSS('li.active+li>a')",
        "blank": 4,
        "pager": {
            "nextL": "li.active+li>a",
            "pageE": "#page-content>.row>div:not(.center-align)",
            "replaceE": ".pagination",
            "scrollD": 2000
        }
    }

scrollD 值越大越早触发翻页。

谢谢大佬,我再研究研究这个代码

Post reply

Sign in to post a reply.