Skip to content

Instantly share code, notes, and snippets.

@ToxicAven
Created March 29, 2023 22:45
Show Gist options
  • Save ToxicAven/9029bdd29001aacbf8d815445e07d00e to your computer and use it in GitHub Desktop.
Save ToxicAven/9029bdd29001aacbf8d815445e07d00e to your computer and use it in GitHub Desktop.
Reverts the 🥺 update to discord
[class^=inspector-] img[alt=":pleading_face:"],
[data-type=emoji]:is([data-name=":pleading_face:"],
[data-name=pleading_face]) {
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url("https://toxicaven.dev/pleading.svg") no-repeat;
width: 1.375em;
height: 1.375em;
padding-left: 1.375em;
}
[class^=inspector-] img[alt=":pleading_face:"]:is(img),
[data-type=emoji]:is([data-name=":pleading_face:"],
[data-name=pleading_face]):is(img) {
width: 22px;
height: 22px;
padding-left: 22px;
}
[class^=inspector-] img[alt=":pleading_face:"].jumboable,
[data-type=emoji]:is([data-name=":pleading_face:"],
[data-name=pleading_face]).jumboable {
width: 3rem;
height: 3rem;
padding-left: 3rem;
}
[class^=inspector-] img[alt=":pleading_face:"][class*=emojiItemMedium-],
[data-type=emoji]:is([data-name=":pleading_face:"],
[data-name=pleading_face])[class*=emojiItemMedium-] {
width: 40px;
height: 40px;
margin: 4px;
}
[class^=inspector-] img[alt=":pleading_face:"] div[class^=emojiSpriteImage],
[data-type=emoji]:is([data-name=":pleading_face:"],
[data-name=pleading_face]) div[class^=emojiSpriteImage] {
display: none;
}
img[src="/assets/e63c47fd56c7ed1e4552974baaef4b4e.svg"] {
content: url("https://toxicaven.dev/pleading.svg") !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment