Skip to content

Instantly share code, notes, and snippets.

@viki53
Last active June 28, 2022 10:58
Show Gist options
  • Save viki53/99d8bdf95626bc241ee99308041b7dd8 to your computer and use it in GitHub Desktop.
Save viki53/99d8bdf95626bc241ee99308041b7dd8 to your computer and use it in GitHub Desktop.
Credit-Mutuel-cookies
/* ==UserStyle==
@name Credit-Mutuel-cookies
@namespace creditmutuel
@match https://www.creditmutuel.fr/*
@description Cache la bannière de cookies (et réactive le scroll) sur le site creditmutuel.fr
@version 1.0.0
@author Corentin Hatte (https://www.github.com/viki53)
@homepageURL https://gist.github.com/viki53/99d8bdf95626bc241ee99308041b7dd8
@updateURL https://gist.github.com/viki53/99d8bdf95626bc241ee99308041b7dd8/raw/firefox-stylus.user.css
@preprocessor default
==/UserStyle== */
@-moz-document domain("www.creditmutuel.fr") {
body {
overflow: auto !important;
}
#cookieLB,
.blocfondmodal.bg-cookieLB {
display: none !important;
}
}
/* ==UserStyle==
@name Credit-Mutuel-cookies
@namespace creditmutuel
@match https://www.creditmutuel.fr/*
@description Cache la bannière de cookies (et réactive le scroll) sur le site creditmutuel.fr
@version 1.0.0
@author Corentin Hatte (https://www.github.com/viki53)
@homepageURL https://gist.github.com/viki53/99d8bdf95626bc241ee99308041b7dd8
@updateURL https://gist.github.com/viki53/99d8bdf95626bc241ee99308041b7dd8/raw/safari.userscripts.css
==/UserStyle== */
body {
overflow: auto !important;
}
#cookieLB,
.blocfondmodal.bg-cookieLB {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment