mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
merge conflict with mdn/master
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
## What it does
|
||||
|
||||
Replaces words that describe an emoji with the emoji itself.
|
||||
Replaces words that describe an emoji with the emoji itself. This runs as a content script and scans web pages, looking for text that can be replaced with emoji. As an example, after installing visit https://mozilla.org and notice that the text "firefox" should change.
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
@@ -56,7 +56,7 @@ document.addEventListener("click", function(e) {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if (e.target.id === "tabs-move-beginning") {
|
||||
callOnActiveTab((tab, tabs) => {
|
||||
|
||||
Reference in New Issue
Block a user