Skip to content

Commit

Permalink
Add new service: OKX (#1498)
Browse files Browse the repository at this point in the history
* add new service

* Improve selectors

* Normalize service ID

---------

Co-authored-by: Clément Biron <[email protected]>
  • Loading branch information
afisher3578 and clementbiron authored Jun 26, 2024
1 parent b206ba8 commit c47b72c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions declarations/OKX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"
]
}
}
}

0 comments on commit c47b72c

Please sign in to comment.