Add note about content scripts not working om the AMO site (#160)

Fix for https://github.com/mdn/webextensions-examples/issues/120.
This commit is contained in:
wbamberg
2016-12-12 11:02:16 -08:00
committed by GitHub
parent 24a86946fe
commit dd22610f92
8 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# apply-css
**This add-on injects CSS into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This extension includes:

View File

@@ -1,5 +1,7 @@
# beastify
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does ##
The extension includes:

View File

@@ -1,5 +1,7 @@
# borderify
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This extension just includes:

View File

@@ -2,6 +2,8 @@
A demo of the [contextMenus API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/contextMenus/).
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This add-on adds several items to the browser's context menu:

View File

@@ -5,6 +5,8 @@ The WebExtension also uses cookies to save preferences for each site you customi
Works in Firefox 47+, and will also work as a Chrome extension, out of the box.
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This extension includes:

View File

@@ -1,5 +1,7 @@
# Emoji Substitution
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
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.

View File

@@ -1,5 +1,7 @@
# notify-link-clicks-i18n
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This extension includes:

View File

@@ -1,5 +1,7 @@
# selection-to-clipboard
**This add-on injects JavaScript into web pages. The `addons.mozilla.org` domain disallows this operation, so this add-on will not work properly when it's run on pages in the `addons.mozilla.org` domain.**
## What it does
This extension includes: