mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
新增 [archlinuxcn - bbs]、[archlinuxcn - wiki]、[archlinux - aur] 支持
This commit is contained in:
@@ -912,7 +912,7 @@
|
||||
"replaceE": ".pagination"
|
||||
}
|
||||
},
|
||||
"CPC中文印刷社区": {
|
||||
"CPC中文印刷社区": {
|
||||
"host": "www.cnprint.org",
|
||||
"url": "if(fun.indexOF(/^\\/bbs\\/forumdisplay\\.php/)){rule.blank=3;return true;}else if(fun.indexOF(/^\\/bbs\\/showthread\\.php/)){return true;}",
|
||||
"pager": {
|
||||
@@ -941,6 +941,36 @@
|
||||
"replaceE": ".pages"
|
||||
}
|
||||
},
|
||||
"archlinuxcn - bbs": {
|
||||
"host": "bbs.archlinuxcn.org",
|
||||
"url": "/^\\/(viewforum|viewtopic)\\.php/",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "a[rel=next]",
|
||||
"pageE": "#vf tbody>tr, .blockpost[id]",
|
||||
"replaceE": ".pagelink"
|
||||
}
|
||||
},
|
||||
"archlinuxcn - wiki": {
|
||||
"host": "wiki.archlinuxcn.org",
|
||||
"url": "/^\\/wzh\\/index\\.php/",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "a.mw-nextlink",
|
||||
"pageE": ".mw-search-result",
|
||||
"replaceE": ".mw-pager-navigation-bar"
|
||||
}
|
||||
},
|
||||
"archlinux - aur": {
|
||||
"host": "aur.archlinux.org",
|
||||
"url": "/^\\/packages/",
|
||||
"blank": 3,
|
||||
"pager": {
|
||||
"nextL": "span.page+a.page",
|
||||
"pageE": "#pkglist-results tbody>tr",
|
||||
"replaceE": ".pkglist-nav"
|
||||
}
|
||||
},
|
||||
"北+": {
|
||||
"host": ["/^((www|bbs)\\.)?(soul|snow|south|spring|summer|north|white|level|east)-plus\\.(net|org)$/","bbs.imoutolove.me"],
|
||||
"url": "return (fun.lp() == '/thread.php' || fun.lp() == '/search.php')",
|
||||
|
||||
Reference in New Issue
Block a user