As the use of a cookie-wall is illegal I removed it.
www.kieskeurig.nl Cookies Wall Removal by timo88
Details
Authortimo88
LicenseNo License
Categorykieskeurig
Created
Updated
Size441 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.kieskeurig.nl Cookies Wall Removal
@version 20220121.07.37
@namespace userstyles.world/user/timo88
@description As the use of a cookie-wall is illegal I removed it.
@author timo88
@license No License
==/UserStyle== */
@-moz-document domain("www.kieskeurig.nl") {
html{
position:relative !important;
overflow: scroll !important;
}
.consent{
display:none !important;
}
}