Skip to content

Instantly share code, notes, and snippets.

@nonefffds
Last active May 31, 2020 16:21
Show Gist options
  • Save nonefffds/4e902950628abc7de12427607b038be2 to your computer and use it in GitHub Desktop.
Save nonefffds/4e902950628abc7de12427607b038be2 to your computer and use it in GitHub Desktop.
taobao-homepage-banner-disable
/* ==UserStyle==
@name test banner remove
@author nonefffds
@version 1.1
@namespace cascadea304633902
@preprocessor default
==/UserStyle== */
@-moz-document domain("taobao.com")
{
.topBanner{
display: none !important;
}
.J_Cover{
display: none !important;
}
.cover{
display: none !important;
}
}
@nonefffds
Copy link
Author

nonefffds commented May 20, 2020

This is a patch of this userscript 纯净版 淘宝, for disabling the banner which the original code don't work on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment