AutoPager

Append the next page content to the bottom seamlessly (like a waterfall)~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2023-04-23

申请支持:https://www.xinwenba.net/plus/view-773924-2.html

X.I.UAuthor
§
Posted: 2023-04-24

看了下是网页发生改变导致规则失效了。

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

    "新闻吧 - xinwenba.net": {
        "host": ["www.xinwenba.net","m.xinwenba.net","m.xwbar.com"],
        "url": "/\\/view-/",
        "pager": {
            "type": 3,
            "nextL": "//div[@class='paging']/li/a[text()='下一页']",
            "pageE": ".view_img>.main",
            "replaceE": ".paging"
        }
    }

Post reply

Sign in to post a reply.