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

申请:https://www1.9hentai.com/ 谢谢作者!

X.I.UAuthor
§
Posted: 2023-04-07

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

    "9hentai": {
        "host": "www1.9hentai.com",
        "url": "/^\\/g\\/\\d+\\/\\d+\\//",
        "pager": {
            "type": 6,
            "nextL": "a[data-target='#jumpPageModal']+a",
            "pageE": "#img-reader",
            "replaceE": ".viewer-control",
            "scrollD": 2000,
            "loadTime": 500
        }
    }

loadTime 是等待下一页加载完成的时间,你可以适当降低来提高无缝翻页体验,但太低可能会导致下一页还未加载完成就被提取出来了。

Post reply

Sign in to post a reply.