Skip to content

Commit

Permalink
In2 (#385)
Browse files Browse the repository at this point in the history
* Fix Instagram CG

* Fix Instagram CG

* Fix Instagram CG

---------

Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
smmkolesnikov and Sergei Kolesnikov authored Dec 8, 2024
1 parent b3d6ba4 commit ef3d83c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions declarations/Instagram.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,19 @@
"Community Guidelines": {
"combine": [
{
"fetch": "https://help.instagram.com/477434105621119",
"fetch": "https://transparency.meta.com/policies/community-standards/",
"select": [
"[role=main]"
],
"remove": [
"div[aria-label=\"Copy link\"]",
"[id='Related Articles']",
"fieldset",
"[role=navigation]"
"h1",
"[class~=_9nrg]",
"[class~=_9nrf]"
],
"filter": [
"removeTrackingIDsE"
"removeTrackingIDsE",
"cleanUrls"
],
"executeClientScripts": true
"remove": [
"[class~=img]"
]
},
{
"fetch": "https://transparency.fb.com/policies/community-standards/adult-nudity-sexual-activity/",
Expand Down

0 comments on commit ef3d83c

Please sign in to comment.