补充 [2DFan] 其他域名(正则匹配 ddfan galge fan2d 的任意后缀)

This commit is contained in:
xiu2
2024-07-21 14:34:03 +08:00
parent 213347bf62
commit eb6d0ece12
+2 -2
View File
@@ -723,7 +723,7 @@
}
},
"2DFan": {
"host": ["2dfan.com","www.2dfan.com","ddfan.org","galge.fun"],
"host": ["2dfan.com","www.2dfan.com","ddfan.org","/^ddfan\\.[a-z]+$/","/^galge\\.[a-z]+$/","/^fan2d\\.[a-z]+$/"],
"url": "return fun.isPager('p,r')",
"pager": {
"nextL": "a[rel='next']",
@@ -735,7 +735,7 @@
}
},
"2DFan - 评论": {
"host": ["2dfan.com","www.2dfan.com","ddfan.org","galge.fun"],
"host": ["2dfan.com","www.2dfan.com","ddfan.org","/^ddfan\\.[a-z]+$/","/^galge\\.[a-z]+$/","/^fan2d\\.[a-z]+$/"],
"url": "if (fun.getCSS('#comments')&&fun.getCSS('.pagination')){[].slice.call(fun.getAllCSS('#comments>div')).reverse().forEach((e)=>{document.querySelector('#comments>.pagination').insertAdjacentElement('beforebegin', e);});return true}",
"history": false,
"pager": {