EmojiReplace

By DevilBro Version 1.0.0 Updated 03/15/2024 379.3K downloads

Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)

customizable other

Live preview

Full Discord interface with this theme applied — powered by ThemePreview.

Screenshot

EmojiReplace screenshot
EmojiReplace.theme.css
GitHub

Open source

https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/3b33c83ee23bd5b8eb384c99fb15a6f6d20873d6/Themes/EmojiReplace/EmojiReplace.theme.css
1/**
2 * @name EmojiReplace
3 * @description Replaces Discord's Emojis with Emojis of a different Provider (Apple, Facebook...)
4 * @author DevilBro
5 * @version 1.0.0
6 * @authorId 278543574059057154
7 * @invite Jx3TjNS
8 * @donate https://www.paypal.me/MircoWittrien
9 * @patreon https://www.patreon.com/MircoWittrien
10 * @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.css
13 */
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: Apple
22 False: apple, APPLE, aPpLe
23
24 Supported Providers:
25 → Apple
26 → BlobMoji
27 → Facebook
28 → Google
29 → Huawei
30 → JoyPixels
31 → Microsoft
32 → Microsoft-3D
33 → OpenMoji
34 → Samsung
35 → Samsung-Old
36 → Toss
37 → WhatsApp
38*/
39
40/* REPLACE THIS */
41/* ↓↓↓↓↓ */
42@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css);
43/* ↑↑↑↑↑ */
44/* REPLACE THIS */