Skip to content

Instantly share code, notes, and snippets.

@HorlogeSkynet
Last active December 9, 2023 12:43
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/5c76374b820316dc9abcd1690232e945 to your computer and use it in GitHub Desktop.
Save HorlogeSkynet/5c76374b820316dc9abcd1690232e945 to your computer and use it in GitHub Desktop.
Hide ads on Qwant
/* ==UserStyle==
@name qwant.com - 09/12/2023, 13:42:04 AM
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Hide ads on Qwant
@author HorlogeSkynet
==/UserStyle== */
@-moz-document domain("www.qwant.com") {
.result--ext, .result__ext {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment