【自动无缝翻页】解放你的双手
导读
之前翻到一个帖子,里面海量的看妹子网址https://www.tuaow.cc/
http://www.gqywt.com/
但是图片一页只有一个非常费手
看着下面长长的页码我陷入了沉思,就不能一页加载完么,就是想多加载广告。
找到油猴上有 自动无缝翻页的组件
自动翻页
下载后发现,不支持这些冷门的看妹子网址。但是好在可以自己定义翻页规则
于是我自己搞定了两个图站的自动翻页
下面是自定义的规则
https://www.tuaow.cc/
"凹凸吧": {
"host": "www.tuaom.cc",
"url": "/post",
"pager": {
"nextL": "//li[contains(@class, 'next-page')]//a[text()='下一页']",
"pageE": "div.entry > p > a > img",
"replaceE": "#dm-fy",
"scrollD": 4000
}
},
[color=rgb(51, 102, 153) !important]复制代码
全部覆盖的话用这段代码
{
"凹凸吧": {
"host": "www.tuaom.cc",
"url": "/post",
"pager": {
"nextL": "//li[contains(@class, 'next-page')]//a[text()='下一页']",
"pageE": "div.entry > p > a > img",
"replaceE": "#dm-fy",
"scrollD": 4000
}
}
}复制代码 http://www.小东西taotu.com/
"套图": {
"host": "www.小东西taotu.com",
"pager": {
"nextL": "//div[contains(@class, 'pagelist')]//p//b//a[text()='下一页']",
"pageE": "#picg > p > a > img",
"replaceE": "div.pagelist>p",
"scrollD": 4500
}
}
[color=rgb(51, 102, 153) !important]复制代码
注意 要放在 { } 大括号里面,然后保存,多个规则用逗号分隔
全部覆盖的话用这段代码
{
"套图": {
"host": "www.小东西taotu.com",
"pager": {
"nextL": "//div[contains(@class, 'pagelist')]//p//b//a[text()='下一页']",
"pageE": "#picg > p > a > img",
"replaceE": "div.pagelist>p",
"scrollD": 4500
}
}
}复制代码
下面是自动翻页的效果
如果想要翻页的网站,在下面留言给个国立,我再写规则