Advertisement
EdFrees

gamer.nl - Remove cookie wall

Apr 11th, 2023
974
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: scroll !important;
  3.   position: relative !important;
  4. }
  5. body {
  6.   overflow-x: scroll !important;
  7. }
  8. #cookie-wall {
  9.   display: none !important;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement