Advertisement
EdFrees

jouw.postnl.nl - Remove cookie wall

Apr 22nd, 2022
1,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. html {
  2.     overflow-y: scroll !important;
  3. }
  4. html > body {
  5.     overflow: visible !important;
  6. }
  7. html body div#cookie-bar {
  8.     display: none !important;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement