Skip to content

Instantly share code, notes, and snippets.

@yanorei32
Created March 8, 2017 18:55
Show Gist options
  • Save yanorei32/11621b9024e62728f39cb24ff85a4911 to your computer and use it in GitHub Desktop.
Save yanorei32/11621b9024e62728f39cb24ff85a4911 to your computer and use it in GitHub Desktop.
BetterDiscordの低スペ向けスタイルシート。アニメーションをだいたいオフにします。
//META{"name":"No Animation","description":"No Animation.","author":"Yanorei32","version":"1.00"}*//
* {
-webkit-transition-property: none !important;
transition-property: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
animation: none !important;
Opacity : 1 !important;
}
.callout-backdrop {
Opacity : 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment