Makes super reactions look the same as normal reactions - no animations or background.
Discord - super reactions like normal reactions by Madis0
Details
AuthorMadis0
LicenseCC0
Categorydiscord.com
Created
Updated
Size740 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Thanks @_trashpanda for letting me rehost this!
Source code
/* ==UserStyle==
@name Discord - super reactions like normal reactions
@namespace _trashpanda
@version 1.0.0
@license CC0
@description Makes super reactions look the same as normal reactions - no animations or background.
@author _trashpanda
==/UserStyle== */
@-moz-document domain("discord.com") {
[class*=burstGlow], [class*=effectsWrapper] {
display: none;
}
[class*=shakeReaction] {
animation: none !important;
}
div:has(>[aria-label*=super]) {
background-color: var(--background-secondary) !important;
}
[class*=reactionCount] {
color: var(--interactive-normal) !important;
}
[class*=hideEmoji] {
opacity: 1 !important;
}
}