diff --git a/declarations/Zoosk.json b/declarations/Zoosk.json index 4b579ea2..2f0df653 100644 --- a/declarations/Zoosk.json +++ b/declarations/Zoosk.json @@ -9,7 +9,14 @@ }, "Privacy Policy": { "fetch": "https://docviewer.zoosk.com/legal-privacy-en_eu.html", - "select": ".legal__inner", + "select": [ + ".flex-frame", + ".flex-frame" + ], + "remove": [ + ".frame-header > a", + ".frame-header > a" + ], "executeClientScripts": true } }