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

Review: Good - script works

§
Posted: 2022-04-24

https://unsplash.com 感谢大佬

X.I.UAuthor
§
Posted: 2022-04-24
Edited: 2022-04-24

这网站本来就是瀑布流呀,我看搜索页也就只需要点一次底部的 加载更多 按钮,后续就会不断的加载(和我脚本效果一样),没有添加支持的必要。

当初我特意看过很多这类图片网站,因为 Pinterest 的瀑布流样式 珠玉在前,因此很多图片网站都是模仿这样的瀑布流,也都无需添加支持了。

X.I.UAuthor
§
Posted: 2022-04-24

如果你懒得点那一下的话,我给你写了个简单的规则,即打开搜索页后,脚本会在 1000ms 后帮你点一下 [Load more photos] 按钮。
复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "Unsplash": {
        "host": "unsplash.com",
        "url": "fun.isUrlC(); if(fun.indexOF('/s/photos/')){setTimeout((f=fun)=>{f.getXpath(\"//button[text()='Load more photos']\").click();}, 1000)}"
    }
§
Posted: 2022-04-24

感谢大佬

Post reply

Sign in to post a reply.