Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Removing instagram rule (#483)
Browse files Browse the repository at this point in the history
The rule is too generic and we risk clicking unrelated dom elements / banners.

Co-authored-by: Paul Zühlcke <[email protected]>
  • Loading branch information
abhishekmadan30 and Trikolon authored Mar 26, 2024
1 parent b71f562 commit 0fadf88
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,15 +558,6 @@
"optIn": "[data-cookiebanner=\"accept_button\"]"
}
},
{
"id": "9d29b82d-c438-4003-8573-54e1ad6fa031",
"domains": ["instagram.com"],
"click": {
"presence": "[role=\"dialog\"]",
"optOut": "[role=\"dialog\"] button + button",
"optIn": "[role=\"dialog\"] button:has(+ button)"
}
},
{
"id": "c232eab8-f55a-436a-8033-478746d05d98",
"domains": ["threads.net"],
Expand Down

0 comments on commit 0fadf88

Please sign in to comment.