🦊 Firefox · Microsoft Teams (web only)

They turned off
our pompom emoji.

So we turned them back on. nopompom is a tiny Firefox extension that swaps :shortcodes: for custom inline GIFs in Teams web — no admin permission required.

Download for Firefox Get the .zip

v0.7.1 · works on teams.cloud.microsoft · web client only (no desktop app)

Install

  1. Open about:debugging#/runtime/this-firefox in Firefox.
  2. Click Load Temporary Add-on… and pick the downloaded .xpi (or .zip).
  3. Go to teams.microsoft.com, type :pompom: in any chat box.
type :pompom:pompom

Temporary add-ons reset when Firefox restarts. A signed, permanent build is coming.

Add your own

Unzip, edit EMOJI_MAP in content.js, point each shortcode at an https image, reload the add-on:

const EMOJI_MAP = { pompom: { url: 'https://nopompom.batu.one/emoji/pompom.gif', alt: 'pompom', height: 20 } };