-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selectors updated --------- Co-authored-by: Clément Biron <clement.biron@gmail.com>
- Loading branch information
1 parent
516d09c
commit a027148
Showing
2 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters