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.

發表回覆

登入以回復