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

Question/comment

§
Posted: 2025-06-27

denpasoft.com 这个页面。似乎是有什么通用的支持,然後会出问题

X.I.UAuthor
§
Posted: 2025-06-27
Edited: 2025-06-27

具体哪个页面?请提供一个具体的网页地址。

§
Posted: 2025-06-28

具体哪个页面?请提供一个具体的网页地址。

不好意思 https://denpasoft.com/product-category/all-games/ https://denpasoft.com/product-category/all-products/ 都会吧

X.I.UAuthor
§
Posted: 2025-06-28

因为该网站使用 WordPress 系统,匹配到了脚本内置的 WordPress 通用规则,但因为该网站这些页面的列表排列方式是横向的,所以导致显示位置错误。

通用规则存在局限性,无法做到面面俱到,像这种网站的情况下就无法预料到。

你可以在浏览器右上角 Tampermonkey 扩展内,点击脚本菜单的 ✅ 已启用 (点击对当前网站禁用)

X.I.UAuthor
§
Posted: 2025-06-28

如果你不想禁用,而是想要该网站正常自动无缝翻页,那么我临时给你写了个规则(对于这种特殊个例的网站,一般都是单独写个规则处理):

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

    "denpasoft": {
        "host": "denpasoft.com",
        "url": "return fun.isPager()",
        "blank": 3,
        "pager": {
            "nextL": ".next",
            "pageE": ".x-row-inner>article",
            "replaceE": ".x-paginate-inner"
        }
    }
§
Posted: 2025-06-28

好的。那不用了谢谢,我以为你可以修改,没事

Post reply

Sign in to post a reply.