AutoPager

⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~

< Feedback on AutoPager

प्रश्न/टिप्पणी

请求支持此网站https://apsgo.com/

X.I.Uलेखक
§
पोस्ट केले: 2022-06-11

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "apsgo.com": {
        "host": "apsgo.com",
        "url": "/^\\/search/",
        "blank": 3,
        "pager": {
            "type": 6,
            "nextL": "js; return fun.getNextEP('li.ant-pagination-item-active+li.ant-pagination-item>a', 'page=', /page=\\d+/)",
            "pageE": ".pull-right .p-list>.item",
            "replaceE": ".ant-pagination",
            "loadTime": 500,
            "scrollD": 5000
        }
    }

因为该网站较为特殊,所以采用的是翻页模式 6(后台完整加载下一页内容),因此加载下一页内容的速度偏慢,不保证无缝(即可能看到底部页码了还没加载完)。

loadTime 是预留的完整加载下一页内容的时间,scrollD 值越大就会越早触发翻页,你可以根据需求自行调整。

可以用,谢谢

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.