Skip to content

Instantly share code, notes, and snippets.

@selivan
Last active August 11, 2018 14:15
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 selivan/9f7e59e78471881dd286bb4d8b2920c4 to your computer and use it in GitHub Desktop.
Save selivan/9f7e59e78471881dd286bb4d8b2920c4 to your computer and use it in GitHub Desktop.
Userstyle for music.yandex.ru - remove all shit but leave side ads. Use with https://github.com/openstyles/stylus/
@-moz-document domain("music.yandex.ru") {
.bar-below_plus {
position: absolute !important;
z-index: -100;
}
.ads-block{
display: none !important;
}
.d-overhead{
position: absolute !important;
z-index: -100;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment