Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page)~
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"fitch-av.com": {
"host": ["fitch-av.com","attackers.net"],
"url": "/^\\/(search|works)\\/list/",
"blank": 3,
"pager": {
"nextL": "a[rel=next]",
"pageE": ".swiper-slide>.item",
"replaceE": ".swiper-pagination",
"scrollD": 2000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
}
自行增删
host
规则中的域名,有规律的话也可以改成正则表达式。
"blank": 3,
是用来强制列表链接新标签页打开的,避免影响脚本翻页体验。
scrollD
值越大,越早触发翻页,可自行调整。
复制粘贴到脚本
自定义翻页规则
默认的{ }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)"fitch-av.com": { "host": ["fitch-av.com","attackers.net"], "url": "/^\\/(search|works)\\/list/", "blank": 3, "pager": { "nextL": "a[rel=next]", "pageE": ".swiper-slide>.item", "replaceE": ".swiper-pagination", "scrollD": 2000 }, "function": { "bF": "return fun.src_bF(pageE)" } }
自行增删
host
规则中的域名,有规律的话也可以改成正则表达式。"blank": 3,
是用来强制列表链接新标签页打开的,避免影响脚本翻页体验。scrollD
值越大,越早触发翻页,可自行调整。
谢谢,pageE值一直写不好,不起效,谢啦
申请适配
https://fitch-av.com/search/list?keyword=jufd
https://attackers.net/works/list/genre/356
可以忽略前面的host域名(域名有20个左右),适配url:search/list和works/list