-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathOKX.json
38 lines (38 loc) · 937 Bytes
/
OKX.json
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
{
"name": "OKX",
"documents": {
"Terms of Service": {
"fetch": "https://www.okx.com/help/terms-of-service-eea",
"select": [
"main"
],
"remove": [
"[class^=\"index_mdShareList\"]",
"[class^=\"index_articleSidebarContainer\"]",
".okui-breadcrumbs"
]
},
"Privacy Policy": {
"fetch": "https://www.okx.com/help/privacy-policy-statement-eea",
"select": [
"main"
],
"remove": [
"[class^=\"index_mdShareList\"]",
"[class^=\"index_articleSidebarContainer\"]",
".okui-breadcrumbs"
]
},
"Law Enforcement Guidelines": {
"fetch": "https://www.okx.com/help/okx-law-enforcement-request-guide",
"select": [
"main"
],
"remove": [
"[class^=\"index_mdShareList\"]",
"[class^=\"index_articleSidebarContainer\"]",
".okui-breadcrumbs"
]
}
}
}