|
3295 | 3295 | "replaceE": ".next_chapter, .bottom-bar, .header .title" |
3296 | 3296 | } |
3297 | 3297 | }, |
| 3298 | + "包子漫画org": { |
| 3299 | + "host": "baozimh.org", |
| 3300 | + "url": "/^\\/manga\\//", |
| 3301 | + "pager": { |
| 3302 | + "nextL": "//span[@class='btn_chapter_pagination' and text()='下一话']/..", |
| 3303 | + "pageE": ".gb-inside-container>img[data-src]", |
| 3304 | + "replaceE": "#pagenation", |
| 3305 | + "scrollD": 500 |
| 3306 | + } |
| 3307 | + }, |
3298 | 3308 | "乐语漫画": { |
3299 | 3309 | "host": "www.leyuman.com", |
3300 | 3310 | "url": "/^\\/comic\\/\\d+\\/\\d+\\.html$/", |
|
4700 | 4710 | "scrollD": 2500 |
4701 | 4711 | } |
4702 | 4712 | }, |
4703 | | - "Github - Issues/Pull/Discussions/Releases/Actions": { |
| 4713 | + "Github - Issues/Pull/Discussions/Releases/Actions/OrgRepositories": { |
4704 | 4714 | "host": "github.com", |
4705 | | - "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories') || fun.indexOF(/\\/actions($|\\/workflows)/))", |
| 4715 | + "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories') || fun.indexOF(/\\/actions($|\\/workflows)/) || fun.indexOF(/^\\/orgs\\/.+\\/repositories/))", |
4706 | 4716 | "pager": { |
4707 | 4717 | "nextL": "a.next_page", |
4708 | | - "pageE": "div[id^='issue_'], ul[aria-labelledby='discussions-list']>li, #repo-content-pjax-container>div>div[data-pjax]>section, div[id^='check_suite_']", |
| 4718 | + "pageE": "div[id^='issue_'], ul[aria-labelledby='discussions-list']>li, #repo-content-pjax-container>div>div[data-pjax]>section, div[id^='check_suite_'], #org-repositories li.Box-row", |
4709 | 4719 | "replaceE": ".pagination", |
4710 | 4720 | "scrollD": 2500 |
4711 | 4721 | } |
|
4749 | 4759 | "replaceE": ".pagination" |
4750 | 4760 | } |
4751 | 4761 | }, |
| 4762 | + "Codeberg": { |
| 4763 | + "host": "codeberg.org", |
| 4764 | + "url": "return (fun.indexOF(/^\\/explore\\/.+/) || fun.indexOF(/\\/(issues|pulls|releases|tags)$/) || fun.indexOF(/\\/commits\\/branch\\/.+/))", |
| 4765 | + "blank": 3, |
| 4766 | + "pager": { |
| 4767 | + "nextL": ".pagination>.active+.item", |
| 4768 | + "pageE": ".repository.list>.item, .user.list>.item, .issue.list>.item, #release-list>li, tbody.tag-list>tr, tbody.commit-list>tr", |
| 4769 | + "replaceE": ".pagination" |
| 4770 | + } |
| 4771 | + }, |
4752 | 4772 | "OI-Wiki": { |
4753 | 4773 | "host": "oi-wiki.org", |
4754 | 4774 | "style": "blockquote.page-copyright, h2#__comments, form#gitalk-form {display: none !important;}", |
|
6031 | 6051 | } |
6032 | 6052 | }, |
6033 | 6053 | "nhentai": { |
6034 | | - "host": ["nhentai.net","nhentai.to"], |
6035 | | - "url": "return fun.getCSS('a.next') && (fun.getCSS('.gallery, #image-container'))", |
| 6054 | + "host": ["nhentai.net","nhentai.to","nhentai.xxx"], |
| 6055 | + "url": "return fun.getCSS('a.next, .current+a.page') && (fun.getCSS('.gallery, #image-container'))", |
6036 | 6056 | "blank": 3, |
6037 | 6057 | "pager": { |
6038 | | - "nextL": "a.next", |
| 6058 | + "nextL": "a.next, .current+a.page", |
6039 | 6059 | "pageE": ".container>.gallery, .gallery-favorite, #image-container img", |
6040 | 6060 | "replaceE": ".pagination, .reader-pagination" |
6041 | 6061 | }, |
|
0 commit comments