An00nymushun / DiscordFreeEmojis

223 stars 118 forks source link

[Feature Request] Colored emojis in preview #82

Open Sandrituky opened 1 year ago

Sandrituky commented 1 year ago

Hi!

Thanks for developing this plugin! I have a request that could improve this plugin.

The preview of the emojis, when you're selecting them, appear grayed out. Could you make them to be colored in preview? At least, favorite ones.

Thank you!

totorocodesoften commented 1 year ago

Hello, add

.emojiItemDisabled-3VVnwp {
    -webkit-filter: none !important;
    filter: none !important;
}

To your custom css. With best regards

ReilitKimberly commented 9 months ago

Hello, add

.emojiItemDisabled-3VVnwp {
    -webkit-filter: none !important;
    filter: none !important;
}

To your custom css. With best regards

This doesn't work anymore. I have it in my custom css and emojis are still grayed out.

totorocodesoften commented 8 months ago

Hello, add

.emojiItemDisabled-3VVnwp {
    -webkit-filter: none !important;
    filter: none !important;
}

To your custom css. With best regards

This doesn't work anymore. I have it in my custom css and emojis are still grayed out.

Hello, discord changed there build tool, try this instead

.emojiItemDisabled__36cbf {
    -webkit-filter: none !important;
    filter: none !important;
}

With best regards, toto

N8rtot commented 6 months ago

Hello, add

.emojiItemDisabled-3VVnwp {
    -webkit-filter: none !important;
    filter: none !important;
}

To your custom css. With best regards

This doesn't work anymore. I have it in my custom css and emojis are still grayed out.

Hello, discord changed there build tool, try this instead

.emojiItemDisabled__36cbf {
    -webkit-filter: none !important;
    filter: none !important;
}

With best regards, toto

Either im silly or its outdated again. I added it to the custom css, saved it, restarted discord and all that, but the emojis are still grey :(

totorocodesoften commented 3 months ago

Hi, sorry for the late response. After updating the plugin it worked on its own for me, if it still doesnt for you i can get this code back but it seems to be working fine now

MP3Martin commented 2 months ago

-- As of 5/MAY/2024 --

Put this into Custom CSS to hide the lock icons:

.emojiLockIconContainer_ed2f80 {
    display: none !important;
}