Add Bruh Button

This commit is contained in:
Chev 2019-10-12 00:42:17 -07:00
parent f708998a9f
commit 0abfea6d54
2 changed files with 16 additions and 0 deletions

View file

@ -6,3 +6,10 @@ This replaces the default highlight.js syntax highlight to a chromodynamics-like
Example:
![Chromodynamics Example](https://i.imgur.com/K7oZtF4.png)
## Bruh Button Emoji Replacer
This replace every discord emoji (including custom ones) with a bruh button. You can even put in your own 32x32 image to replace all emotes with a custom URL.
Example:
![Before](https://i.imgur.com/BNOP6Hg.png)
![After](https://i.imgur.com/yGi8vzE.png)

View file

@ -0,0 +1,9 @@
//META{"name":"Bruh Button Emotes","description":"Change all Discord emotes to a bruh button","author":"Chev","version":"1.0.0"}*//
.emoji, .da-emojiItem, .da-spriteItem {
box-sizing: border-box;
background: url("https://i.imgur.com/tL3jpys.png") center !important;
}
.emoji {
padding-left: 32px;
}