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.61k stars 106 forks source link

[REQ]: www.wavecon.de #15816

Open m4rv33n opened 1 day ago

m4rv33n commented 1 day ago

Website URL

www.wavecon.de

What browser are u using?

Firefox 132.0

Version

1.1.4

Notes

No response

azgaresncf commented 1 day ago

cosmetic filters:

document.querySelector("div[data-href='/de/datenschutz-einstellungen/dialog'] > div").remove();
document.querySelector("#page-top > div.modal-backdrop.fade.in").remove();

and remove the overflow property on {48FD2DE4-2F81-4A1E-807C-6A9645931E5C}

click:

document.querySelector("div[data-href='/de/datenschutz-einstellungen/dialog'] > div > div > div > form > div.modal-body.pm-datenschutz__body > table:nth-child(4) > tbody > tr > td.text-right > label").click()
document.querySelector("div[data-href='/de/datenschutz-einstellungen/dialog'] > div > div > div > form > div.modal-footer > button").click()