|
16 | 16 | "itemsPerRow": 1, |
17 | 17 | "items": [ |
18 | 18 | { |
19 | | - "id": "greasy_fork", |
20 | | - "name": "Greasy Fork", |
| 19 | + "id": "greasy_fork_domain", |
| 20 | + "name": "Greasy Fork 域名搜索", |
21 | 21 | "icon": "favicon", |
22 | 22 | "type": "url", |
23 | | - "data": "https://greasyfork.org/scripts?filter_locale=0&q={selected||query||hostname_top_level}" |
| 23 | + "data": "https://greasyfork.org/scripts/by-site/{hostname_top_level}?filter_locale=0" |
24 | 24 | }, |
25 | 25 | { |
26 | | - "id": "greasy_fork_domain", |
27 | | - "name": "Greasy Fork 域名搜索", |
| 26 | + "id": "scriptcat_domain", |
| 27 | + "name": "ScriptCat 域名搜索", |
28 | 28 | "icon": "favicon", |
29 | 29 | "type": "url", |
30 | | - "data": "https://greasyfork.org/scripts/by-site/{hostname_top_level}?filter_locale=0" |
| 30 | + "data": "https://scriptcat.org/search?domain={hostname_top_level}" |
| 31 | + }, |
| 32 | + { |
| 33 | + "id": "sleazy_fork_domain", |
| 34 | + "name": "Sleazy Fork 域名搜索", |
| 35 | + "icon": "favicon", |
| 36 | + "hidden": true, |
| 37 | + "type": "url", |
| 38 | + "data": "https://sleazyfork.org/scripts/by-site/{hostname_top_level}?filter_locale=0" |
| 39 | + }, |
| 40 | + { |
| 41 | + "id": "greasy_fork", |
| 42 | + "name": "Greasy Fork", |
| 43 | + "icon": "favicon", |
| 44 | + "type": "url", |
| 45 | + "data": "https://greasyfork.org/scripts?filter_locale=0&q={selected||query||hostname_top_level}" |
31 | 46 | }, |
32 | 47 | { |
33 | 48 | "id": "openuserjs", |
|
43 | 58 | "type": "url", |
44 | 59 | "data": "https://scriptcat.org/search?keyword={selected||query||hostname_top_level}" |
45 | 60 | }, |
46 | | - { |
47 | | - "id": "scriptcat_domain", |
48 | | - "name": "ScriptCat 域名搜索", |
49 | | - "icon": "favicon", |
50 | | - "type": "url", |
51 | | - "data": "https://scriptcat.org/search?domain={hostname_top_level}" |
52 | | - }, |
53 | 61 | { |
54 | 62 | "id": "github", |
55 | 63 | "name": "GitHub", |
|
68 | 76 | "id": "sleazy_fork", |
69 | 77 | "name": "Sleazy Fork", |
70 | 78 | "icon": "favicon", |
| 79 | + "hidden": true, |
71 | 80 | "type": "url", |
72 | 81 | "data": "https://sleazyfork.org/scripts?filter_locale=0&q={selected||query||hostname_top_level}" |
73 | | - }, |
74 | | - { |
75 | | - "id": "sleazy_fork_domain", |
76 | | - "name": "Sleazy Fork 域名搜索", |
77 | | - "icon": "favicon", |
78 | | - "type": "url", |
79 | | - "data": "https://sleazyfork.org/scripts/by-site/{hostname_top_level}?filter_locale=0" |
80 | 82 | } |
81 | 83 | ] |
82 | 84 | } |
0 commit comments