Skip to content

Commit

Permalink
Update eharmony.json (#209)
Browse files Browse the repository at this point in the history
selectors updated

---------

Co-authored-by: Clément Biron <clement.biron@gmail.com>
  • Loading branch information
mvidonne and clementbiron authored Jun 3, 2024
1 parent 516d09c commit a027148
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
29 changes: 29 additions & 0 deletions declarations/eharmony.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Terms of Service": [
{
"fetch": "https://www.eharmony.co.uk/termsandconditions/",
"select": ".legalTextBox",
"remove": [
"a[href=\"/static_cms/eharmony/static/Downloads/eharmony_UK_Terms_and_Conditions_2021_11_02.pdf\"]"
],
"validUntil": "2023-12-12T18:32:23Z"
}
],
"Trackers Policy": [
{
"fetch": "https://www.eharmony.co.uk/cookiesandtracking/",
"select": ".legalTextBox",
"validUntil": "2023-12-12T18:32:25Z"
}
],
"Privacy Policy": [
{
"fetch": "https://www.eharmony.co.uk/privacypolicy/",
"select": ".legalTextBox",
"remove": [
"a[href=\"https://www.eharmony.co.uk/static_cms/eharmony/static/Downloads/eharmony_UK_Privacy_Policy_2021_05_11.pdf\"]"
],
"validUntil": "2023-12-12T18:32:29Z"
}
]
}
15 changes: 6 additions & 9 deletions declarations/eharmony.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@
"documents": {
"Terms of Service": {
"fetch": "https://www.eharmony.co.uk/termsandconditions/",
"select": ".legalTextBox",
"remove": [
"a[href=\"/static_cms/eharmony/static/Downloads/eharmony_UK_Terms_and_Conditions_2021_11_02.pdf\"]"
]
"select": "article",
"remove": ".sidebar"
},
"Trackers Policy": {
"fetch": "https://www.eharmony.co.uk/cookiesandtracking/",
"select": ".legalTextBox"
"select": "article",
"remove": ".sidebar"
},
"Privacy Policy": {
"fetch": "https://www.eharmony.co.uk/privacypolicy/",
"select": ".legalTextBox",
"remove": [
"a[href=\"https://www.eharmony.co.uk/static_cms/eharmony/static/Downloads/eharmony_UK_Privacy_Policy_2021_05_11.pdf\"]"
]
"select": "article",
"remove": ".sidebar"
}
}
}

0 comments on commit a027148

Please sign in to comment.