Skip to content

Commit

Permalink
Track Solana (#3473)
Browse files Browse the repository at this point in the history
* Track Solana

* Improve img removal

---------

Co-authored-by: Clément Biron <[email protected]>
  • Loading branch information
afisher3578 and clementbiron authored Oct 21, 2024
1 parent 335e469 commit 5fa8266
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions declarations/Solana.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Solana",
"documents": {
"Privacy Policy": {
"fetch": "https://solana.com/privacy-policy",
"select": [
"main"
],
"remove": [
"img[aria-hidden=\"true\"]"
]
},
"Terms of Service": {
"fetch": "https://solana.com/tos",
"select": [
"main"
],
"remove": [
"img[aria-hidden=\"true\"]"
]
}
}
}

0 comments on commit 5fa8266

Please sign in to comment.