EmojiReplace
Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)
340
Live preview
Full Discord interface with this theme applied — powered by ThemePreview.
Screenshot
1
/**2
* @name EmojiReplace3
* @description Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)4
* @author DevilBro5
* @version 1.0.06
* @authorId 2785435740590571547
* @invite Jx3TjNS8
* @donate https://www.paypal.me/MircoWittrien9
* @patreon https://www.patreon.com/MircoWittrien10
* @website https://mwittrien.github.io/11
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace/12
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/EmojiReplace.theme.css13
*/14
15
/*16
!!READ THIS!!17
18
This theme lets you swap the default emojis of discord with the emojis of a provider of your choice.19
To change the provider simply swap the marked word in the import url down below with a supported provider listed below.20
The name of the provider is CASE SENSITIVE, meaning you have to write it exactly like it's written below.21
Correct: Apple22
False: apple, APPLE, aPpLe23
24
Supported Providers:25
→ Apple26
→ BlobMoji27
→ Facebook28
→ Google29
→ Huawei30
→ JoyPixels31
→ Microsoft32
→ Microsoft-3D33
→ OpenMoji34
→ Samsung35
→ Samsung-Old36
→ Toss37
→ WhatsApp38
*/39
40
/* REPLACE THIS */41
/* ↓↓↓↓↓ */42
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);43
/* ↑↑↑↑↑ */44
/* REPLACE THIS */