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

§
Posted: 6.7.2023

希望增加https://www.lazada.com.ph/的自动翻页 自己做的规则不能用

hoothinAuthor
§
Posted: 6.7.2023

下方选一个:

第一种,等待时间较长,因为需要加载完所有图片才会插入

    {
        "name": "lazada.com.ph",
        "url": "^https?://www\\.lazada\\.com\\.ph/catalog/\\?q",
        "nextLink": ".ant-pagination-next",
        "waitElement": "!img[type='product'][src^=data]"
    }

第二种,直接粗暴插入iframe,等待时间短,但插入iframe过多可能会卡顿,此外页内js可能会导致置底

    {
        "name": "lazada.com.ph",
        "url": "^https?://www\\.lazada\\.com\\.ph/catalog/\\?q",
        "nextLink": ".ant-pagination-item-active+li>a",
        "wait": 500,
        "action": 2,
        "css": "inIframe:.site-nav,#webim-container{display:none;}"
    }
§
Posted: 13.10.2023

Bilibili评论也自动展开怎么禁止?

Post reply

Sign in to post a reply.