-
Notifications
You must be signed in to change notification settings - Fork 3
Not working with Cookiebot? #7
Comments
The banner always has |
That's right, you could simply remove it via a block list. But this is not the goal of the project. The banner is actually even recognized by the function "removeCookieBanner". The problem is that the element itself has other childelements, which are also position fixed, so the banner will not removed: https://github.com/otsmr/cookie-banner-blocker/blob/main/content/detect.js#L100
This if-condition was made because, as in #2, whole pages were often removed because position fixed was used in the main-div. |
I understand that you don't want to create and maintain a blocklist for websites, but maybe one for the most common cookie banner plug-ins could be considered? |
Yes, the thing is that there are already very good addons for this and these also already have "CybotCookiebotDialog" on the list. I personally use uBlock Origin for this. There are already a lot of such cookie banner lists under "Filterlisten" > "Belästigungen". The goal of this addon is really only to detect "new" banners, or also banners where you are redirected (like at golem.de). |
I understand. I am using uBlock Origin but didn't know it can also be used for cookie banners. Thank you! |
Doesn't seem to work with Cookiebot, at least not when slide-up function is used as on https://www.voffice.pro
The text was updated successfully, but these errors were encountered: