/emoji-expander

A chrome extension that replaces emoji with text. :shrug:

Primary LanguageJavaScriptDo What The F*ck You Want To Public LicenseWTFPL

Emoji Expander

You know how in Slack, you can type :face_with_rolling_eyes:, and it will give you 🙄?

This is a Chrome extension that basically does the opposite of that on the webpages you visit. When the extension finds an emoji, it replaces the emoji with the text-based equivilent.

For example:

  • ❤️ becomes :heart:
  • 🙀 becomes :scream_cat:
  • 🫠 becomes :melting_face:
  • ✨ becomes :sparkles:
  • 🕴️becomes :man_in_business_suit_levitating:

Et cetera, you get the picture. Or well... you don't. You get some text instead of the picture. That's the whole point.

Installation

:warning: I haven't submitted this to the Chrome Web Store — it was just a fun weekend hack!

  1. Download this repo.
  2. Open chrome://extensions/
  3. Activate "Developer mode" in the top right.
  4. Click "Load unpacked"
  5. Select the "Source" folder you downloaded.
  6. Have fun! :tada:

Screenshots

Extension

Before After
Google's suggested questions about emoji, with emoji Google's suggested questions about emoji, with no images
Before After
Emoji summary with emoji Emoji summary with no images

FAQ

So wait, why did you make this?

:shrug: Why not?

Will this slow down my web experience?

Yes, probably. Especially if you visit an emoji-heavy page like this one.

Does this really replace every single emoji?

Probably not? It's likely I missed something. Feel free to open an issue if you notice something wrong.

How do I uninstall it?

Just select "Remove from Chrome..." like you would for any other extension.

Acknowledgements