Skip to content

Instantly share code, notes, and snippets.

@phts
Last active July 20, 2018 17:25
Show Gist options
  • Save phts/be98b00e584e44d752e9 to your computer and use it in GitHub Desktop.
Save phts/be98b00e584e44d752e9 to your computer and use it in GitHub Desktop.
Remove ads and other redundant stuff from aliexpress.com
/* ==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