Skip to content

Commit b686716

Browse files
committed
新增 [淘股吧 - 帖子内 - 只看楼主] 支持
1 parent e6f29e6 commit b686716

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

other/Autopage/rules.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,19 @@
810810
"bF": "return fun.src_bF(pageE)"
811811
}
812812
},
813+
"淘股吧 - 帖子内 - 只看楼主": {
814+
"host": "www.tgb.cn",
815+
"url": "/^\\/topic\\/lookUserTopic/",
816+
"thread": true,
817+
"pager": {
818+
"nextL": "js; let next = fun.getXpath('//div[contains(@class,\"t_page01\")]/a[contains(text(),\"下一页\")]');if (next) {next = next.getAttribute('onclick').replace('gotoPageLookTopic(','').replace(')','').split(',');return fun.getNextUP('pageNo=',/pageNo=\\d+/,location.pathname,'2',next[1])}; return '';",
819+
"pageE": ".comment-data",
820+
"replaceE": ".t_page"
821+
},
822+
"function": {
823+
"bF": "return fun.src_bF(pageE)"
824+
}
825+
},
813826
"芥子空间论坛": {
814827
"host": "bbs.lieyou888.com",
815828
"url": "/^\\/forum/",

0 commit comments

Comments
 (0)