Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does this work? Reject all by default or accept all by default? #94

Closed
icougil opened this issue Oct 7, 2022 · 2 comments
Closed

Comments

@icougil
Copy link

icougil commented Oct 7, 2022

Hi!

I found really interesting the idea of this extension, but at the same time I'd like to know how it works.

I mean, I guess it is going to accept by default all the cookies in all the "compatible" websites, right? I'd like to do it in the other way around: I don't want to accept any cookie by default and reject all of them if it's possible, and if not, just leave the popup opened.

I guess this is not the default behaviour of this extension, right?

Best,

@OhMyGuus
Copy link
Owner

OhMyGuus commented Oct 7, 2022

At the moment it uses in most cases it just uses CSS/JavaScript to hide the pop-up/warning. This doesn't accept or deny the cookies and leaves the website to decide what to do. However, any good website will see this as a denial of cookies. In some cases, it clicks the pop-up or set a cookie to accept the required cookies for a functional website, but only if hiding using css/request blocking doesn't work.
A recommendation as well is to use an extension like "Cookie autodelete" to get the best of two worlds.

TLDR: It does everything to hide/remove the popup, it doesn't reject/accept it

@icougil
Copy link
Author

icougil commented Oct 7, 2022

Got it, thank you! 👍
Then as it states, everything it is focused on a CSS / GUI mechanisms to hide the corresponding popup's without rejecting/accepting any cookie.
PS: I tried with some Spanish online newspapers and it is working like a charm 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants