Skip to content

Instantly share code, notes, and snippets.

@burritosoftware
Last active October 21, 2023 17:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burritosoftware/20e24a9ba7fb57706b2a98c3d7e40b87 to your computer and use it in GitHub Desktop.
Save burritosoftware/20e24a9ba7fb57706b2a98c3d7e40b87 to your computer and use it in GitHub Desktop.
revert your pleading face and tears emojis back to their cuter counterparts (to install: use https://openasar.dev and throw this into the theming tab) (oh this also doesn't work on the emoji picker or autocomplete, that may probably require some additional css or a script)
img[data-name=":pleading_face:"] {
content: url(https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/1f97a.svg);
}
img[data-name=":face_holding_back_tears:"] {
content: url(https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/1f979.svg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment