mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
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:
@@ -1,5 +1,7 @@
|
|||||||
# apply-css
|
# 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
|
## What it does
|
||||||
|
|
||||||
This extension includes:
|
This extension includes:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# beastify
|
# 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 ##
|
## What it does ##
|
||||||
|
|
||||||
The extension includes:
|
The extension includes:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# borderify
|
# 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
|
## What it does
|
||||||
|
|
||||||
This extension just includes:
|
This extension just includes:
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A demo of the [contextMenus API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/contextMenus/).
|
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
|
## What it does
|
||||||
|
|
||||||
This add-on adds several items to the browser's context menu:
|
This add-on adds several items to the browser's context menu:
|
||||||
|
|||||||
@@ -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.
|
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
|
## What it does
|
||||||
|
|
||||||
This extension includes:
|
This extension includes:
|
||||||
@@ -33,4 +35,4 @@ Cookie BG Picker uses the WebExtension:
|
|||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
* WebExtension icon courtesy of [icons8.com](http://icons8.com).
|
* WebExtension icon courtesy of [icons8.com](http://icons8.com).
|
||||||
* Transparent background images taken from [Transparent Textures](https://www.transparenttextures.com/).
|
* Transparent background images taken from [Transparent Textures](https://www.transparenttextures.com/).
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Emoji Substitution
|
# 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
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# notify-link-clicks-i18n
|
# 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
|
## What it does
|
||||||
|
|
||||||
This extension includes:
|
This extension includes:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# selection-to-clipboard
|
# 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
|
## What it does
|
||||||
|
|
||||||
This extension includes:
|
This extension includes:
|
||||||
|
|||||||
Reference in New Issue
Block a user