Greasy Fork is available in English.

Pagetual

Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.

< Відгуки до Pagetual

Відгук: Добре - скрипт працює добре

§
Опубліковано: 01.05.2023

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Автор
§
Опубліковано: 03.05.2023

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"
    }
§
Опубліковано: 03.05.2023

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.

Опублікувати відповідь

Sign in to post a reply.