|
4602 | 4602 | } |
4603 | 4603 | }, |
4604 | 4604 | "Github": { |
4605 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4605 | + "host": "github.com", |
4606 | 4606 | "url": "fun.isUrlC(); return (fun.lp() == '/')", |
4607 | 4607 | "pager": { |
4608 | 4608 | "type": 2, |
4609 | 4609 | "nextL": ".ajax-pagination-btn" |
4610 | 4610 | } |
4611 | 4611 | }, |
4612 | 4612 | "Github - Star/Repositories/Commits": { |
4613 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4613 | + "host": "github.com", |
4614 | 4614 | "url": "/(tab=(stars|repositories)|\\/commits)/", |
4615 | 4615 | "pager": { |
4616 | 4616 | "nextL": "//div[@class='paginate-container']/div/*[last()]", |
4617 | | - "pageE": "#js-pjax-container .position-relative div[class^='col-lg-']>div:not(.position-relative):not(.paginate-container), #user-repositories-list>ul>li, .js-navigation-container>div", |
| 4617 | + "pageE": "#js-pjax-container .position-relative div[class^='col-lg-']:first-of-type>div:not(.position-relative):not(.paginate-container), #user-repositories-list>ul>li, .js-navigation-container>div", |
4618 | 4618 | "replaceE": ".paginate-container", |
4619 | 4619 | "scrollD": 2500 |
4620 | 4620 | } |
4621 | 4621 | }, |
4622 | 4622 | "Github - Issues/Pull/Discussions/Releases/Actions": { |
4623 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4623 | + "host": "github.com", |
4624 | 4624 | "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories') || fun.indexOF(/\\/actions($|\\/workflows)/))", |
4625 | 4625 | "pager": { |
4626 | 4626 | "nextL": "a.next_page", |
|
4630 | 4630 | } |
4631 | 4631 | }, |
4632 | 4632 | "Github - Tags": { |
4633 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4633 | + "host": "github.com", |
4634 | 4634 | "url": "return (fun.indexOF(/\\/tags$/))", |
4635 | 4635 | "pager": { |
4636 | 4636 | "nextL": "//div[@class='pagination']/*[last()]", |
|
4640 | 4640 | } |
4641 | 4641 | }, |
4642 | 4642 | "Github - Notifications": { |
4643 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4643 | + "host": "github.com", |
4644 | 4644 | "url": "/\\/notifications/", |
4645 | 4645 | "pager": { |
4646 | 4646 | "nextL": "nav.paginate-container>a[aria-label='Next']", |
|
4650 | 4650 | } |
4651 | 4651 | }, |
4652 | 4652 | "Github - Search": { |
4653 | | - "host": ["github.com","hub.fastgit.xyz"], |
| 4653 | + "host": "github.com", |
4654 | 4654 | "url": "/\\/search\\?/", |
4655 | 4655 | "pager": { |
4656 | 4656 | "nextL": "a.next_page", |
|
0 commit comments