Greasy Fork is available in English.

Pagetual

Автоматическая подгрузка следующих страниц и вставка их содержимого в текущую страницу. Поддерживает тысячи сайтов даже с настройками по умолчанию.

< Обсуждения Pagetual

Отзыв: Хороший — скрипт работает как нужно

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"
    }

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.

Ответить

Войдите, чтобы ответить.