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

X.I.UAuthor
§
Posted: 2024-09-23

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

    "读者吧": {
        "host": "www.dzb81.com",
        "url": "if(fun.isPager()){fun.xs_bF(fun.getAllCSS('#content'),[/<br>  (本章未完,请.+|.+提醒您:看完记得收藏.+)/,'']); return true}",
        "pager": {
            "nextL": "id('PageSet')/a[text()='下一页']|//div[@class='bottem2']/a[text()='下一章']",
            "pageE": "#content",
            "replaceE": "#PageSet,.bottem2,.bottem1"
        },
        "function": {
            "bF": "return fun.xs_bF(pageE,[/<br>  (本章未完,请.+|.+提醒您:看完记得收藏.+)/,''])"
        }
    }

脚本会过滤每页结尾的:本章未完,请... 和每章结尾的:XXXX提醒您:看完记得收藏...

另外,我首次访问该网站时,提示让输入验证码,但我不清楚这个验证码有效期是多长时间,至少在我写规则的短时间内没有再次出现,不过如果你翻着翻着突然发现脚本不再自动翻页了,那么我估计就是弹验证码导致脚本无法继续了,如果你遇到了,那么你就需要 F5 刷新网页并手动通过验证码后才能继续。

Post reply

Sign in to post a reply.