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: 2023-10-08

https://www.ldks8.net/74_74447/ 请支持一下,第一章节和第二、第三的连续翻页。

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

看了下,和其他笔趣阁类小说网站结构类名差别较大,所以没有匹配到通用规则,考虑到这种情况比较少,就不加到通用规则里了,单独给你写个规则算了。

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

    "零点看书": {
        "host": "www.ldks8.net",
        "url": "/^\\/\\d+(_|\\/)\\d+\\/\\d+(_\\d+)?\\.html$/",
        "pager": {
            "nextL": ".read_btn>a[href$='.html']:last-of-type",
            "pageE": ".word_read>p",
            "replaceE": ".read_btn",
            "scrollD": 2000
        }
    }

上面的规则是加载并插入下一章内容时不显示章节名,如果你想要看到章节名,那么可以把上面的 改为 "pageE": ".word_read>p", 改为 "pageE": ".word_read>*:not(div)",

scrollD 值越大,越早触发翻页,可自行调整。

§
Posted: 2023-10-08

非常感谢,已经 成功用上。

Post reply

Sign in to post a reply.