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.

< Feedback on Pagetual

Review: Good - script works

hoothinAuthor
§
Posted: 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"
    }

Post reply

Sign in to post a reply.