Skip to content

Commit ff2ee9a

Browse files
committed
优化 [豆瓣 - 广播] 规则
1 parent 58f5610 commit ff2ee9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/Autopage/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"url": "return (fun.indexOF(/^\\/people\\/.+\\/status/) && (!fun.indexOF('tab=','s') || fun.indexOF('tab=comment','s')))",
358358
"pager": {
359359
"type": 6,
360-
"nextL": "js; let a=fun.getCSS('a.next');if(a && a.href){return a.href.replace('#comments','')}",
360+
"nextL": "js; let a=fun.getCSS('a.next');if(a && a.href){return a.href.replace(/#.+$/,'')}",
361361
"pageE": ".comment-list-wrapper, .list",
362362
"replaceE": ".paginator",
363363
"loadTime": 1000

0 commit comments

Comments
 (0)