Greasy Fork is available in English.

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

X.I.UAuthor
§
Posted: 2025.01.19.

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

    "missbby.com": {
        "host": "missbby.com",
        "url": "return fun.isPager()",
        "blank": 3,
        "pager": {
            "type": 3,
            "nextL": ".justify-center.items-center+div>a.bg-pink-500+a, .flex.space-x-2>a.hover\\:bg-pink-500",
            "pageE": "//div[@class='md:px-16 xl:px-20 max-w-3xl mx-auto justify-center items-center flex flex-col min-h-screen']/div | (//div[@class='my-6' or @id='S:0']/div[@class='grid grid-cols-1 md:grid-cols-3 gap-y-6 gap-x-4 xl:grid-cols-4'])[last()]/div"
        }
    }

另外,因为有个改动涉及到脚本代码,所以你还需要更新一下脚本

X.I.UAuthor
§
Posted: 2025.01.19.

上面的代码有个小错误,请改用下面这个修正后的:

    "missbby.com": {
        "host": "missbby.com",
        "url": "return fun.isPager()",
        "blank": 3,
        "pager": {
            "type": 3,
            "nextL": ".justify-center.items-center+div>a.bg-pink-500+a, .flex.space-x-2>a.hover\\:bg-pink-500",
            "pageE": "//div[@class='md:px-16 xl:px-20 max-w-3xl mx-auto justify-center items-center flex flex-col min-h-screen']/div | (//div[@class='mx-auto max-w-7xl px-4' or @id='S:0']//div[@class='grid grid-cols-1 md:grid-cols-3 gap-y-6 gap-x-4 xl:grid-cols-4'])[last()]/div"
        }
    }

Post reply

Sign in to post a reply.