更新 [煎蛋网] 规则

This commit is contained in:
xiu2
2024-03-07 12:58:35 +08:00
parent c23e1242b6
commit efc8c47910
+4 -3
View File
@@ -577,7 +577,7 @@
},
"煎蛋网": {
"host": "jandan.net",
"url": "return (fun.lp() == '/' || fun.indexOF('/page/'))",
"url": "/^(\\/$|\\/page\\/)/",
"style": "#nav_prev, #nav_next, .post.f:not(.list-post) {display: none !important;}",
"history": false,
"pager": {
@@ -591,7 +591,7 @@
},
"煎蛋网 - 大杂烩": {
"host": "jandan.net",
"url": "return (fun.lp() == '/dzh')",
"url": "/^\\/dzh$/",
"pager": {
"type": 2,
"nextL": ".show_more",
@@ -600,10 +600,11 @@
},
"煎蛋网 - 吐槽": {
"host": "jandan.net",
"url": "/^\\/(qa|pic|ooxx|treehole)/",
"style": "#nav_prev, #nav_next, #tucao-gg {display: none !important;} .jandan-vote a.tucao-btn23:link {color: #c8c7cc !important;} .jandan-tucao {background-color: #fafaf9 !important;}",
"pager": {
"nextL": "a.previous-comment-page",
"pageE": "ol.commentlist>li[id^='comment-'], script[src^='//cdn.jandan.net/static/min/']",
"pageE": "ol.commentlist>li[id^='comment-'], head>script:not([src])",
"replaceE": ".cp-pagenavi",
"scriptT": 2
},