Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Feb 6, 2024
1 parent 0a27b8b commit 88978ba
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions declarations/Google.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
{
"name": "Google",
"documents": {
"Privacy Policy": {
"fetch": "https://policies.google.com/privacy?hl=en-GB&gl=IE",
"filter": [
"removeUTMfromUrls"
],
"select": "div[role=article]",
"remove": ".KMMDve, .TL2alc, img[src$='.svg'], img[src^='data:image/svg+xml']"
},
"Terms of Service": {
"fetch": "https://policies.google.com/terms?hl=en-GB&gl=IE",
"filter": [
"removeUTMfromUrls",
"removeCountryVersion"
],
"select": "div[role=article]",
"remove": "img[src$='.svg'], img[src^='data:image/svg+xml']"
}
}
"documents": {}
}

0 comments on commit 88978ba

Please sign in to comment.