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-12-06

作者你好 申请适配 https://acgfun.moe/

§
Posted: 2024-12-06

作者你好 申请适配 https://galgame.dev/

X.I.UAuthor
§
Posted: 2024-12-07

对于第一个网站,我看了下属于 Discuz! 论坛系统,但和其他的我见过的略有不同,导致匹配到的 Discuz! 通用规则规则不适配。

已经更新脚本优化了,你更新脚本即可。

至于第二个网站,我这边看了下,这网站本身就支持自动无缝翻页效果啊,你还申请什么?

§
Posted: 2024-12-10

您好,申請適配,謝謝您
https://www.wxdzs.net/

X.I.UAuthor
§
Posted: 2024-12-10

@呂羿旻

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

    "无线电子书": {
        "host": "www.wxdzs.net",
        "url": "/^\\/wxread\\//",
        "pager": {
            "nextL": "js; return location.origin + nextpage",
            "pageE": "//head/script[not(@src)][1] | id('Lab_Contents')/p",
            "scrollD": 2000
        },
        "function": {
            "bF": "for (const e of pageE) {if (e.tagName === 'SCRIPT') {const scriptN = e.textContent.slice(0,e.textContent.search('var Domain')+16);document.body.appendChild(document.createElement('script')).textContent = scriptN;break;}}; return pageE"
        }
    }

已知问题:该网站最后一章时下一章的链接是错误的,这是网站本身的问题,我无法解决,你自己看的时候注意一点,别看串了。

Post reply

Sign in to post a reply.