diff --git a/declarations/Threads.json b/declarations/Threads.json index 6ed6d6c..f85ab50 100644 --- a/declarations/Threads.json +++ b/declarations/Threads.json @@ -2,22 +2,30 @@ "name": "Threads", "documents": { "Terms of Service": { - "fetch": "https://help.instagram.com/769983657850450?helpref=faq_content&cms_id=769983657850450", + "fetch": "https://help.instagram.com/769983657850450", "select": [ - { - "startBefore": "[class*=bh]", - "endBefore": "[class*=bp]" - } - ] + "div[role=\"main\"]" + ], + "remove": [ + "#Related", + "[class*=xrgej4m]", + "[class*=x4k7w5x]", + "[role*=navigation]" + ], + "executeClientScripts": true }, "Privacy Policy": { - "fetch": "https://help.instagram.com/515230437301944?cms_id=515230437301944", + "fetch": "https://help.instagram.com/515230437301944", "select": [ - { - "startBefore": "[class*=bh]", - "endBefore": "[class*=bp]" - } - ] + "div[role=\"main\"]" + ], + "remove": [ + "#Related", + "[class*=xrgej4m]", + "[class*=x4k7w5x]", + "[role*=navigation]" + ], + "executeClientScripts": true } } } \ No newline at end of file