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~

< Σχολιασμός για τον κώδικα AutoPager

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 20/01/2025

希望可以支持 https://mox.moe/ 的自动翻页,谢谢

X.I.UΔημιουργός
§
Δημοσιεύτηκε: 20/01/2025

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

    "kmoe": {
        "host": ["mox.moe","kox.moe","kxo.moe","koz.moe"],
        "url": "return fun.isPager()",
        "blank": 3,
        "pager": {
            "nextL": "//button[@name='link_page']/b/../../following-sibling::a[1]",
            "pageE": "tr.listbg",
            "replaceE": "tr[style='vertical-align:top']:first-child"
        }
    }
§
Δημοσιεύτηκε: 22/01/2025

谢谢作者的回复,但是上述的配置只能触发单次自动翻页,继续往下翻就不能触发了。麻烦问一下可以有解决方法吗,谢谢。

X.I.UΔημιουργός
§
Δημοσιεύτηκε: 22/01/2025

这是我的疏忽,已经修复:

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

    "kmoe": {
        "host": ["mox.moe","kox.moe","kxo.moe","koz.moe"],
        "url": "return fun.isPager()",
        "blank": 3,
        "pager": {
            "nextL": "(//tr[@style='vertical-align:top'])[1]//button[@class='bt_sml_main'][starts-with(text(), '下')]/..",
            "pageE": "tr.listbg",
            "replaceE": "tr[style='vertical-align:top']:first-child"
        }
    }
§
Δημοσιεύτηκε: 22/01/2025

谢谢作者,已经可以用了,好人一生平安 ^_^

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.