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.

< Commentaires sur Pagetual

Avis: Bon - le script fonctionne correctement

hoothinAuteur
§
Posté le: 2022-12-16

可以嘗試使用nextLinkByUrl 例如:

    {
        "name": "動產拍賣搜尋",
        "url": "^https?://www\\.tpkonsale\\.moj\\.gov\\.tw/",
        "nextLinkByUrl": [
            "&PAGINATION_PAGE_NO=(\\d+)",
            "&PAGINATION_PAGE_NO={$1+1}"
        ],
        "pageElement": ".table_scroll"
    }

Poster une réponse

Connectez-vous pour poster une réponse.