EdFrees

zilverenkruis.nl - Remove cookie wall

Apr 22nd, 2022 (edited)
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. body {
  2.   overflow-y: scroll !important;
  3. }
  4. body > div:nth-last-child(-n+2) {
  5.   display: none !important;
  6. }
Add Comment
Please, Sign In to add comment