Advertisement
EdFrees

etos.nl - Remove cookie wall

Nov 10th, 2022
825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. html {
  2.     position: unset !important;
  3. }
  4. body {
  5.     overflow: scroll !important;
  6. }
  7. #cookie-modal, .modal__container, .modal__background {
  8.     display: none !important;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement