Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to themes related links #11283

Merged
merged 2 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5584,6 +5584,8 @@
/en-US/docs/Mobile/Mobile_Web_Development /en-US/docs/Web/Guide/Mobile
/en-US/docs/MouseEvent.initMouseEvent /en-US/docs/Web/API/MouseEvent/initMouseEvent
/en-US/docs/Mozilla's_Quirks_Mode /en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
/en-US/docs/Mozilla/Add-ons/Themes https://extensionworkshop.com/documentation/themes/
/en-US/docs/Mozilla/Add-ons/Themes/Theme_concepts https://extensionworkshop.com/documentation/themes/
/en-US/docs/Mozilla/Add-ons/WebExtensions/API/alarms/clearAll() /en-US/docs/Mozilla/Add-ons/WebExtensions/API/alarms/clearAll
/en-US/docs/Mozilla/Add-ons/WebExtensions/API/alarms/update /en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme/update
/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserSettings/browserSettings.closeTabsByDoubleClick /en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserSettings/closeTabsByDoubleClick
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ browser-compat: webextensions.api.theme.onUpdated

Fires when a theme supplied as a browser extension is applied or removed. Specifically:

- when a [static theme](/en-US/docs/Mozilla/Add-ons/Themes/Theme_concepts#static_themes) is installed
- when a [static theme](https://extensionworkshop.com/documentation/themes/static-themes/) is installed
- when a [dynamic theme](/en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme) calls [`theme.update()`](/en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme/update) or [`theme.reset()`](/en-US/docs/Mozilla/Add-ons/WebExtensions/API/theme/update)
- when a theme gets uninstalled.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An extension adds features and functions to a browser. It’s created using fami

Examples: [Amazon Assistant for Firefox](https://addons.mozilla.org/en-US/firefox/addon/amazon-browser-bar/), [OneNote Web Clipper](https://addons.mozilla.org/en-US/firefox/addon/onenote-clipper/), and [Grammarly for Firefox](https://addons.mozilla.org/en-US/firefox/addon/grammarly-1/)

**Let users show their personality**: Browser extensions can manipulate the content of web pages; for example, letting users add their favorite logo or picture as a background to every page they visit. Extensions may also enable users to update the look of the Firefox UI, the same way standalone [theme add-ons](/en-US/docs/Mozilla/Add-ons/Themes/Theme_concepts) do.
**Let users show their personality**: Browser extensions can manipulate the content of web pages; for example, letting users add their favorite logo or picture as a background to every page they visit. Extensions may also enable users to update the look of the Firefox UI, the same way standalone [theme add-ons](https://extensionworkshop.com/documentation/themes/) do.

![](myweb_new_tab_add_on.png)

Expand Down