Greasy Fork is available in English.

东方永页机

终极自动翻页 - 加载并拼接下一分页内容至当前页尾,智能适配任意网页

< 脚本东方永页机的反馈

评价:好评 - 脚本运行良好

§
发表于:2023-05-01

Fix CSFD.cz

This is example URL: https://www.csfd.cz/film/410534-ready-player-one-hra-zacina/prehled/

The last page is 4, but Pagetual joins the last page repeatedly. I tried to fix it myself, but I failed.

hoothin作者
§
发表于:2023-05-03

That's because link ">" under "rating-users" was recognized as next link with smart rule. You can use this custom rule

    {
        "name": "ČSFD.cz",
        "url": "^https?://www\\.csfd\\.cz/",
        "nextLink": ".tab-content>.box-more-bar>.pagination>.current+a"
    }
§
发表于:2023-05-03

That's because link ">" under "rating-users" was recognized as next link with smart rule.
You can use this custom rule

    {
        "name": "ČSFD.cz",
        "url": "^https?://www\\.csfd\\.cz/",
        "nextLink": ".tab-content>.box-more-bar>.pagination>.current+a"
    }
Import

It's works as expected. Thank you, hoothin.

发表回复

登录以发表回复。