⭐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~
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"freepik": {
"host": "www.freepik.com",
"url": "return fun.getCSS('figure.showcase__item')",
"style": "figure.showcase__item {display: block;width: 300px;height: 200px;}",
"pager": {
"nextL": "a.pagination__next",
"pageE": "figure.showcase__item",
"replaceE": ".pagination",
"scrollD": 2000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
}
scrollD
值越大越早触发翻页。
另外,该网站的图片瀑布流是自适应图片大小的,但我显然不会去费劲实现,因此改成了固定大小,你可以自行修改 style
里设定的宽度、高度。
申请支持一下www.freepik.com