⭐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 扩展图标内的脚本菜单)
"cmo.ucas.ac.cn": {
"host": "cmo.ucas.ac.cn",
"url": "/\\/sy\\/tzgg/",
"blank": 3,
"pager": {
"nextL": "a[title='下页']",
"pageE": ".b-clist>li",
"replaceE": ".pagination-list"
}
}
已加上,完美适配,非常感谢!
复制粘贴到脚本 自定义翻页规则
默认的 { }
中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)
"lab.semi.ac.cn": {
"host": "lab.semi.ac.cn",
"url": "/^\\/yanjiusheng\\/channels\\//",
"pager": {
"nextL": "//a[text()='下一页']",
"pageE": ".category>li",
"replaceE": ".plist"
}
}
漂亮!
我自个儿琢磨了半天,写了个这个,有点小bug。。
"半导体研究所": {
"host": "lab.semi.ac.cn",
"url": "/\\/yanjiusheng\\/channels\\/1316.html/",
"pager": {
"nextL": ".plist>li:nth-child(3)>a",
"pageE": ".category>li",
"replaceE": ".plist"
}
}
"半导体研究所": {
"host": "lab.semi.ac.cn",
"url": "/\\/yanjiusheng\\/channels\\/1316.html/",
"pager": {
"nextL": ".plist>li:nth-child(3)>a",
"pageE": ".category>li",
"replaceE": ".plist"
}
}
https://cmo.ucas.ac.cn/index.php/zh-cn/sy/tzgg 申请适配