Skip to content

Instantly share code, notes, and snippets.

@HorlogeSkynet
Created December 30, 2023 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HorlogeSkynet/34077a1051017592c7a69b00664af899 to your computer and use it in GitHub Desktop.
Save HorlogeSkynet/34077a1051017592c7a69b00664af899 to your computer and use it in GitHub Desktop.
Hide ads on "Gens de Confiance"
/* ==UserStyle==
@name gensdeconfiance.com - Dec 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide ads on "Gens de Confiance"
@author HorlogeSkynet
==/UserStyle== */
@-moz-document domain("gensdeconfiance.com") {
div[class *= "SearchMarketing"] {
width: 0;
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment