Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Reaction Upsells #32

Open
UmbratheUmbreon opened this issue Aug 20, 2024 · 2 comments
Open

Remove Reaction Upsells #32

UmbratheUmbreon opened this issue Aug 20, 2024 · 2 comments

Comments

@UmbratheUmbreon
Copy link

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; }

@UmbratheUmbreon
Copy link
Author

UmbratheUmbreon commented Aug 20, 2024

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.

@nixRidge
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants