diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index e782efe..eebb318 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -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_']",