🏠 Home 

Du skal logge ind eller oprette en konto for at kunne fortsætte.

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

Question/comment

§
Posted: 11-06-2022

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

X.I.UAuthor
§
Posted: 11-06-2022

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 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 值越大就会越早触发翻页,你可以根据需求自行调整。

§
Posted: 12-06-2022

可以用,谢谢

Post reply

Sign in to post a reply.