Skip to content

Instantly share code, notes, and snippets.

@viki53
Last active March 13, 2023 16:50
Show Gist options
  • Save viki53/1411e0b965e67c3ba0f140fe1fdeece9 to your computer and use it in GitHub Desktop.
Save viki53/1411e0b965e67c3ba0f140fe1fdeece9 to your computer and use it in GitHub Desktop.
HuffingtonPost cookies
/* ==UserStyle==
@name Huffington-Post-cookies
@namespace huffingtonpost
@match https://www.huffingtonpost.fr/*
@description Cache la bannière de cookies (et réactive le scroll) sur le site huffingtonpost.fr
@version 1.0.0
@author Corentin Hatte (https://www.github.com/viki53)
@homepageURL https://gist.github.com/viki53/1411e0b965e67c3ba0f140fe1fdeece9
@updateURL https://gist.github.com/viki53/1411e0b965e67c3ba0f140fe1fdeece9/raw/firefox-stylus.user.css
@preprocessor default
==/UserStyle== */
@-moz-document domain("www.huffingtonpost.fr") {
html.popin-gdpr-no-scroll,
body.popin-gdpr-no-scroll {
overflow: auto !important;
}
.gdpr-hfp-wall {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment