Files
webextensions-examples/emoji-substitution
Andrew Terranova 07375ca50a Adds an Emoji Substitution example (#110)
* Adds an Emoji Substitution example

* Monitors DOM for additions after initial load

* Fixes typos

* Fixes substitution ordering bug

* <textarea> bug fix. Also removes confusion between Elements and Nodes.
2016-10-24 17:08:39 -07:00
..

Emoji Substitution

What it does

Replaces words that describe an emoji with the emoji itself.

What it shows

A good example for beginners that can be used as a "make your first add-on" tutorial and / or referenced to create other add-ons.