Skip to content

Instantly share code, notes, and snippets.

@TheAndrey
Created October 14, 2022 20:13
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 TheAndrey/0606b6824f7c2004908d1870f0ad34e0 to your computer and use it in GitHub Desktop.
Save TheAndrey/0606b6824f7c2004908d1870f0ad34e0 to your computer and use it in GitHub Desktop.
MCModding Forum animations disabler
/* ==UserStyle==
@name MCModding Forum
@namespace TheAndrey
@version 1.0.0
@license WTFPL
@preprocessor default
@updateURL https://gist.github.com/TheAndrey/0606b6824f7c2004908d1870f0ad34e0/raw/mcmodding-forum.user.css
==/UserStyle== */
@-moz-document domain("forum.mcmodding.ru") {
/* Отключение анимаций */
#header > .bg .clouds,
#header > .bg .bgInner .decorations .zombie,
#header > .bg .bgInner .decorations .expOrb,
.cube.size-logo .sides {
animation: none !important;
}
#header > .bg .bgInner .decorations .zombie,
#header > .bg .bgInner .decorations .expOrb {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment