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: OK - script works, but has bugs

§
Posted: 2022-04-12

无法自动翻页 http://www.dybz111.com/

X.I.UAuthor
§
Posted: 2022-04-13
Edited: 2022-04-13

这网站规则我就不加到脚本里了,你自己放到 自定义翻页规则 里吧。
这种网站经常会换域名,你也方便自己修改域名。

    "第一版主网": {
        "host": "www.dybz111.com",
        "url": "/\\/\\d+\\/\\d+(_\\d+)?\\.html$/",
        "pager": {
            "nextL": ".chapterPages>a.curr+a, a.next",
            "pageE": "#chapterinfo, #contentText, .neirong",
            "insertP": ["#chapterinfo, #contentText, .neirong",6],
            "replaceE": ".chapterPages, .page-control",
            "insertP6Br": true
        }
    }

另外,该网站小说内的很多字都被改成了图片,因此看起来会很奇怪。
另外,该网站速度比较慢,有时候会获取下一页内容超时,这就需要等几秒后重试了(再次向下滚动一点)。

Post reply

Sign in to post a reply.