東方永頁機

終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁

< 腳本東方永頁機的回應

評論:正評 - 腳本一切正常

§
發表於:2023-07-06

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

hoothin作者
§
發表於:2023-07-06

下方选一个:

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

    {
        "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;}"
    }
§
發表於:2023-10-13

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

發表回覆

登入以回復