Last active
December 9, 2023 12:43
-
-
Save HorlogeSkynet/5c76374b820316dc9abcd1690232e945 to your computer and use it in GitHub Desktop.
Hide ads on Qwant
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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