Skip to content

Commit 595dd52

Browse files
committed
更新 [淘股吧 - 帖子内] 规则
1 parent 50642be commit 595dd52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

other/Autopage/rules.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,11 +866,10 @@
866866
"淘股吧 - 帖子内": {
867867
"host": "www.taoguba.com.cn",
868868
"url": "/\\/Article\\//",
869-
"history": false,
870869
"thread": true,
871870
"pager": {
872871
"nextL": "js; let next = fun.getXpath('//div[contains(@class, \"t_page01\")]/a[contains(text(), \"下一页\")]');if (next) {next = next.getAttribute('onclick').replace('gotoPageTopic(','').replace(')','').split(','); if (parseInt(next[0]) <= parseInt(next[1])) {return (`${location.origin}/Article/${fun.getCSS(\"#looktopicID\").value}/${next[0]}`)}}; return '';",
873-
"pageE": "div[id^='reply_']",
872+
"pageE": ".list-reply:not([style*=display])>div[id]",
874873
"replaceE": ".t_page"
875874
},
876875
"function": {

0 commit comments

Comments
 (0)