Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page)~
Switch520 网站,我写的翻页规则已经配置强行新标签页打开链接了,不过最近 Switch520 换域名了,因此旧翻页规则被略过,匹配到了通用规则,而通用规则并不适合该网站,且没有开启 blank。
你可以:
更新外置翻页规则
即可(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单。或者
自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)二选一即可。
"Switch520": {
"host": "fourpetal.com",
"url": "return (!fun.indexOF('.html'))",
"blank": 3,
"pager": {
"nextL": "a.next",
"pageE": ".row.posts-wrapper>div",
"replaceE": "ul.page-numbers"
}
}
Switch520 网站,我写的翻页规则已经配置强行新标签页打开链接了,不过最近 Switch520 换域名了,因此旧翻页规则被略过,匹配到了通用规则,而通用规则并不适合该网站,且没有开启 blank。
你可以:
更新外置翻页规则
即可(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单。或者
- 复制粘贴到脚本
自定义翻页规则
默认的{ }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)二选一即可。
"Switch520": { "host": "fourpetal.com", "url": "return (!fun.indexOF('.html'))", "blank": 3, "pager": { "nextL": "a.next", "pageE": ".row.posts-wrapper>div", "replaceE": "ul.page-numbers" } }
两个都不管用,也不知道啥原因,直接在油猴更新了脚本可以了,谢谢大佬
遇见Switch520这类的列表链接,打开的时候可不可以在新页面打开。因为有时候已经加载了十来页了,返回的话就只会从第一页开始加载了。也不知道网站作者的联系方式,只能向您这边反馈了