Skip to content

Commit 2a13b2e

Browse files
committed
新增 [水木社区] 支持
1 parent ac5f5ed commit 2a13b2e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,28 @@
651651
"interval": 500
652652
}
653653
},
654+
"水木社区": {
655+
"host": "www.mysmth.net",
656+
"url": "return (location.href.indexOf('board/') != -1)",
657+
"style": "[id*='banner'], [class*='banner'] {display: none !important;}",
658+
"pager": {
659+
"nextL": ".page-select+li.page-normal>a",
660+
"pageE": ".board-list>tbody>tr:not(.top)",
661+
"replaceE": ".pagination",
662+
"scrollD": 800
663+
}
664+
},
665+
"水木社区 - 帖子内": {
666+
"host": "www.mysmth.net",
667+
"url": "return (location.href.indexOf('article/') != -1)",
668+
"style": "[id*='banner'], [class*='banner'] {display: none !important;}",
669+
"thread": true,
670+
"pager": {
671+
"nextL": ".page-select+li.page-normal>a",
672+
"pageE": ".b-content>*",
673+
"replaceE": ".pagination"
674+
}
675+
},
654676
"看雪论坛": {
655677
"host": "bbs.pediy.com",
656678
"url": "/\\/forum-/",

0 commit comments

Comments
 (0)