Skip to content

Commit

Permalink
Track Ethereum (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
afisher3578 authored Oct 23, 2024
1 parent a1c1d78 commit 764d9b5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions declarations/Ethereum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Ethereum",
"documents": {
"Privacy Policy": {
"fetch": "https://ethereum.org/en/privacy-policy/",
"select": [
"#main-content"
],
"remove": [
"aside",
"#main-content > div.mb-4.mt-8.flex.w-full.flex-col.rounded.border.border-body-light.bg-feedback-gradient.p-6"
]
},
"Terms of Service": {
"fetch": "https://ethereum.org/en/terms-of-use/",
"select": [
"#main-content"
],
"remove": [
"aside",
"#main-content > div.mb-4.mt-8.flex.w-full.flex-col.rounded.border.border-body-light.bg-feedback-gradient.p-6"
]
},
"Trackers Policy": {
"fetch": "https://ethereum.org/en/cookie-policy/",
"select": [
"#main-content"
],
"remove": [
"aside",
"#main-content > div.mb-4.mt-8.flex.w-full.flex-col.rounded.border.border-body-light.bg-feedback-gradient.p-6"
]
}
}
}

0 comments on commit 764d9b5

Please sign in to comment.