You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes all visible locks, dividers, and backgrounds for the reaction popout, making it far less annoying to look at. If desired, the following can be added to remove the toggle button between super and normal reactions:
[class^="burstToggle"] { display: none; }
The text was updated successfully, but these errors were encountered:
Note that there is an issue where the emojis in the nitro section do not load as smoothly for the first to second row as they would otherwise as the JS does not account for the missing border.
I'll try to get around to testing this tonight, thank you very much. This is something I had thought about making rules for myself but never got around to.
Reaction upsells can be removed by adding the following CSS to the theme:
/* Nitro locks */ [class^="categoryItemLockIconContainer"] { display: none; } [class^="emojiLockIconContainer"] { display: none; } [class^="nitroTopDividerContainer"] { display: none; } [class^="upsellContainer"] { display: none; } [class^="categorySection_a3bc57 categorySectionNitroLocked_a3bc57"] { background-color: transparent; }
This removes all visible locks, dividers, and backgrounds for the reaction popout, making it far less annoying to look at. If desired, the following can be added to remove the toggle button between super and normal reactions:
[class^="burstToggle"] { display: none; }
The text was updated successfully, but these errors were encountered: