Last active
July 20, 2018 17:25
-
-
Save phts/be98b00e584e44d752e9 to your computer and use it in GitHub Desktop.
Remove ads and other redundant stuff from aliexpress.com
This file contains hidden or 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 Clean up aliexpress.com | |
@description Remove ads and other redundant stuff from aliexpress.com | |
@namespace https://github.com/phts/ | |
@version 1.0.2 | |
==/UserStyle== */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("aliexpress.com") { | |
.top-banner-container, | |
.top-banner-container2 { | |
display: none !important; | |
} | |
.col-extra-p4p { | |
display: none !important; | |
} | |
.survey-container { | |
display: none; | |
} | |
.distribution-fixed { | |
display: none; | |
} | |
.hot-question-robot-root { | |
display: none; | |
} | |
.ui-fixed-panel { | |
display: none; | |
} | |
#key-visual-main { | |
visibility: hidden; | |
} | |
.distribution-banner { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment