Replies: 1 comment 4 replies
-
I wrote a scriptlet a long while ago - https://github.com/uBlockO/uBO-Scriptlets/blob/master/scriptlets.js#L211 Does that work for this case ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ask specifically because I think some cookie filters could be simplified to a simple function call in a non-trusted scriptlet. This would not only reduce the complexity of the filters, but also the time it takes to create them.
For example:
OneTrust.RejectAll();
Didomi.setUserDisagreeToAll();
It could also be of use in some situations not related to cookies.
Beta Was this translation helpful? Give feedback.
All reactions