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: 2022-03-10

{
"凹凸吧": {
"host": "www.tuaom.cc",
"url": "/post",
"pager": {
"nextL": "//li[contains(@class, 'next-page')]//a[text()='下一页']",
"pageE": "div.entry > p > a > img",
"replaceE": "#dm-fy",
"scrollD": 4000
}
}
}

{
"套图": {
"host": "www.jjtaotu.com",
"pager": {
"nextL": "//div[contains(@class, 'pagelist')]//p//b//a[text()='下一页']",
"pageE": "#picg > p > a > img",
"replaceE": "div.pagelist>p",
"scrollD": 4500
}
}
}

X.I.UAuthor
§
Posted: 2022-03-10

已将其加入外置翻页规则列表了,顺便帮你优化了下。

    "凹凸吧": {
        "host": [
            "www.tuaom.cc",
            "www.tuaow.xyz"
        ],
        "url": "/^\\/post/",
        "pager": {
            "nextL": "li.next-page > a",
            "pageE": ".entry img, .article-content img",
            "replaceE": "#dm-fy",
            "scrollD": 4000
        }
    },
    "高清尤物网": {
        "host": [
            "www.gqywt.com",
            "www.jjtaotu.com"
        ],
        "url": "/\\/\\d{8}\\/\\d{3,}/",
        "pager": {
            "nextL": "//div[@class='pagelist']//a[text()='下一页']",
            "pageE": "#picg img",
            "replaceE": ".page .pagelist",
            "scrollD": 4500
        }
    }

你在浏览器右上角 Tampermonkey 扩展脚本菜单中,点击 更新外置翻页规则 即可。

Post reply

Sign in to post a reply.