mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
* 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.
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.