mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
修复 [Github - Issues] 新标签页打开异常的问题
This commit is contained in:
@@ -4839,9 +4839,9 @@
|
||||
},
|
||||
"Github - Issues": {
|
||||
"host": "github.com",
|
||||
"url": "return fun.indexOF(/\\/issues$/)",
|
||||
"url": "/\\/issues$/",
|
||||
"style": "[class*='IssueItem-module__ListItem_'] div[class*=LoadingSkeleton]",
|
||||
"blank": 4,
|
||||
"blank": 6,
|
||||
"pager": {
|
||||
"nextL": "js; return fun.getNextUP('page=',/page=\\d+/,fun.lp(),'2',fun.getXpath('//a[@rel=\\'next\\'][not(@aria-disabled)]/preceding-sibling::a[1][not(@aria-current)]').textContent)",
|
||||
"pageE": "div[class^='IssueRow-module_']",
|
||||
|
||||
Reference in New Issue
Block a user