-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
244 lines (244 loc) · 7.76 KB
/
db.json
File metadata and controls
244 lines (244 loc) · 7.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
{
"sites": [
{
"domain":"www.google.com",
"name":"谷歌",
"seletor":"[valign=top]",
"currentPageSeletor":"[class=cur]",
"adjoinPageSeletor": "a"
},
{
"domain":"www.baidu.com",
"name":"百度",
"seletor":"[id=page]",
"currentPageSeletor":"[id=page]>strong"
},
{
"domain":"www.so.com",
"name":"360搜索",
"seletor":"[id=page]",
"currentPageSeletor":"[id=page]>strong"
},
{
"domain":"www.sogou.com",
"name":"搜狗搜索",
"seletor":"[id=pagebar_container]",
"currentPageSeletor":"[id=pagebar_container]>span"
},
{
"domain":"cn.bing.com",
"name":"必应搜索",
"seletor":"nav[role=navigation]>ul",
"currentPageSeletor":"li>a[class*=sb_pagS_bp]",
"isCurrentPageUpward": true,
"adjoinPageSeletor": "a"
},
{
"domain":"www.chinaso.com",
"name":"中国搜索",
"seletor":"[id=pager]",
"currentPageSeletor":"[id=pager]>span"
},
{
"domain":"search.yahoo.com",
"name":"雅虎搜索",
"seletor":"[class=compPagination]",
"currentPageSeletor":"[class=compPagination]>strong"
},
{
"domain":"www.ecosia.org",
"name":"ECOSIA",
"seletor":"[class=pagination]",
"currentPageSeletor":"[aria-current=page]"
},
{
"domain":"yandex.com",
"name":"Yandex",
"seletor":"div[class=pager__items]",
"currentPageSeletor":"span[class*=pager__item_current_yes]"
},
{
"domain":"github.com",
"name":"GitHub",
"seletor":"[class*=pagination]",
"currentPageSeletor":"em[class=current]"
},
{
"domain":"stackoverflow.com",
"name":"StackOverflow",
"seletor":"[class*=pager]",
"currentPageSeletor":"span[class*=current]"
},
{
"domain":"search.sina.com.cn",
"name":"新浪搜索",
"seletor":"[class=pagebox]",
"currentPageSeletor":"[class=pagebox]>b"
},
{
"domain":"search.cctv.com",
"name":"央视搜索",
"seletor":"[class=page]",
"currentPageSeletor":"[class=page]>a[class=cur]"
},
{
"domain":"so.csdn.net",
"name":"CSDN搜索",
"seletor":"[class=page-nav]",
"currentPageSeletor":"[class=page-nav]>a[class*=active]"
},
{
"domain":"search.dxy.cn",
"name":"丁香搜索",
"seletor":"[id=j_page]",
"currentPageSeletor":"[class=pg-cur]"
},
{
"domain":"s.taobao.com",
"name":"淘宝搜索",
"seletor":"ul[class=items]",
"currentPageSeletor":"ul[class=items]>li[class*=active]",
"adjoinPageSeletor": "a"
},
{
"domain":"list.tmall.com",
"name":"天猫搜索",
"seletor":"b[class=ui-page-num]",
"currentPageSeletor":"b[class=ui-page-cur]"
},
{
"domain":"iqiyi.com",
"name":"爱奇艺搜索",
"seletor":"[class=csPpFeed_comPage]",
"currentPageSeletor":"span[class*=curPage]"
},
{
"domain":"so.youku.com",
"name":"优酷搜索",
"seletor":"[class=page-nav]>ul",
"currentPageSeletor":"li[class=current]",
"adjoinPageSeletor": "a"
},
{
"domain":"qq.com",
"name":"腾讯视频搜索",
"seletor":"[class=-mod_pages]>span",
"currentPageSeletor":"a[class=\"page_num current\"]"
},
{
"domain":"soopat.com",
"name":"SooPAT",
"seletor":"[id=SoopatPager]",
"currentPageSeletor":"[id=SoopatPager]>strong"
},
{
"domain":"s.geekbang.org",
"name":"极客搜索",
"seletor":"ul[class=ivu-page]",
"currentPageSeletor":"li[class*=ivu-page-item-active]",
"adjoinPageSeletor": "a"
},
{
"domain":"s.pinggu.org",
"name":"经管之家搜索",
"seletor":"div[class=pg]",
"currentPageSeletor":"div[class=pg]>strong"
},
{
"domain":"so.mydrivers.com",
"name":"驱动之家搜索",
"seletor":"span[class=number]",
"currentPageSeletor":"span[class=current]",
"adjoinPageSeletor": "a"
},
{
"domain":"med.wanfangdata.com.cn",
"name":"万方医学网",
"seletor":"div[class=pager]>ul",
"currentPageSeletor":"b[class=current]",
"isCurrentPageUpward": true,
"adjoinPageSeletor": "a"
},
{
"domain":"www.daysou.com",
"name":"天天网盘搜索",
"seletor":"tr[valign=top]",
"currentPageSeletor":"td[class=cur]",
"adjoinPageSeletor": "a"
},
{
"domain":"www.douyu.com",
"name":"斗鱼",
"seletor":"[unselectable=unselectable]",
"currentPageSeletor":"[class*=dy-Pagination-item-active]"
},
{
"domain":"search.bilibili.com",
"name":"Bilibili",
"seletor":"ul[class=pages]",
"currentPageSeletor":"ul[class=pages]>li[class*=active]",
"adjoinPageSeletor": "button"
},
{
"domain":"www.acfun.cn",
"name":"AcFun",
"seletor":"[id=list-pager]>div",
"currentPageSeletor":"[id=list-pager]>div>span[class*=active]"
},
{
"domain":"music.163.com",
"name":"网易云音乐",
"seletor":"[class*=u-page]",
"currentPageSeletor":"[class*=u-page]>a[class*=js-selected]"
},
{
"domain":"book.douban.com",
"name":"豆瓣读书",
"seletor":"[class*=paginator]",
"currentPageSeletor":"[class=thispage]"
},
{
"domain":"music.douban.com",
"name":"豆瓣音乐",
"seletor":"[class*=paginator]",
"currentPageSeletor":"[class=thispage]"
},
{
"domain":"read.douban.com",
"name":"豆瓣阅读",
"seletor":"div[class*=paginator-full]",
"currentPageSeletor":"li a[class*=\"page active\"]",
"isCurrentPageUpward": true,
"adjoinPageSeletor": "a"
},
{
"domain":"search.douban.com",
"name":"豆瓣搜索",
"seletor":"[class*=paginator]",
"currentPageSeletor":"[class*=thispage]"
},
{
"domain":"www.ituring.com.cn",
"name":"图灵社区",
"seletor":"[class=PagedList-pager]",
"currentPageSeletor":"[class*=PagedList-currentPage]",
"adjoinPageSeletor": "a"
},
{
"domain":"www.iplaysoft.com",
"name":"异次元软件",
"seletor":"[class=pagenavi]",
"currentPageSeletor":"span[class=current]"
},
{
"domain":"search.jiayuan.com",
"name":"世纪佳缘搜索",
"seletor":"[class=pageclass]>ol",
"currentPageSeletor":"[id=select_box]",
"adjoinPageSeletor": "a"
}
],
"version": {
"db": "2020-02-17 21:07:00"
}
}