We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a090d commit 6be410cCopy full SHA for 6be410c
1 file changed
other/Autopage/rules.json
@@ -4866,12 +4866,12 @@
4866
"replaceE": ".pagination"
4867
}
4868
},
4869
- "Github - Issue": {
+ "Github - Issue/Discussions/Pull - loadmore": {
4870
"host": "github.com",
4871
- "url": "return fun.indexOF(/\\/issues\\/\\d+$/)",
+ "url": "return fun.indexOF(/\\/(issues|discussions|pull)\\/\\d+$/)",
4872
"pager": {
4873
"type": 2,
4874
- "nextL": "button[data-testid=issue-timeline-load-more-load-top][aria-disabled=false]",
+ "nextL": "button[data-testid=issue-timeline-load-more-load-top][aria-disabled=false], button.ajax-pagination-btn[data-disable-with=Loading…]:not([disabled])",
4875
"scrollD": 9999
4876
4877
0 commit comments