OhMyGuus / I-Still-Dont-Care-About-Cookies

Debloated fork of the extension "I don't care about cookies"
GNU General Public License v3.0
3.54k stars 97 forks source link

[REQ] Website request: https://voebb.onleihe.de/ #61

Closed dayt47 closed 2 years ago

dayt47 commented 2 years ago

Website URL(s)

Browser [ ] Firefox [x] Chrome

Extension version V1.0.0

appeasementPolitik commented 2 years ago

To hide cookie banner and make website functional for as far as I could tell on Firefox:

Remove the element div.modal-backdrop.fade.show Remove overflow: hidden in element class in body.d-flex.flex-column.h-100.modal-open

Alternatively:

Clicking the grey consent button button.btn.btn-light.privacyAcceptChoice.fw-bold sets the cookie onleiheTracking: false. Setting the cookie also allows access.

OhMyGuus commented 2 years ago

To hide cookie banner and make website functional for as far as I could tell on Firefox:

Remove the element div.modal-backdrop.fade.show Remove overflow: hidden in element class in body.d-flex.flex-column.h-100.modal-open

Alternatively:

Clicking the grey consent button button.btn.btn-light.privacyAcceptChoice.fw-bold sets the cookie onleiheTracking: false. Setting the cookie also allows access.

Thanks a lot 😄 used the cookie for this website (since the modal could be used for other things)

OhMyGuus commented 2 years ago

Will be supported in the next update thanks for the request 👍