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-02-27

娱乐吧https://www.yuleba.org/里面的子页面例如https://www.yuleba.org/a/262-10757-0.html失效了,希望修复一下,谢谢作者大大。

X.I.UAuthor
§
Posted: 2023-02-28

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

    "娱乐吧": {
        "host": ["www.yuleba.org","m.yuleba.org","m.entba.net"],
        "url": "/^\\/a|b\\//",
        "style": ".b_img>.paging {float: left;}",
        "pager": {
            "type": 3,
            "nextL": "//div[@class='paging']/a[text()='下一页']",
            "pageE": ".b_img:not(:nth-child(7))>ul, .a_img>.main>p",
            "replaceE": ".paging"
        }
    }

Post reply

Sign in to post a reply.