Skip to content

Commit

Permalink
Fix Threads Terms 5 (#352)
Browse files Browse the repository at this point in the history
* Fix Threads Terms 4

* Fix Threads Terms 5

---------

Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
smmkolesnikov and Sergei Kolesnikov authored Aug 29, 2024
1 parent 427b692 commit 9979086
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions declarations/Threads.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit 9979086

Please sign in to comment.