firefox-addon
Firefox Extensions are add-ons that allow users to customize their web browser from Mozilla. They are downloadable through the Firefox Add-on website. Modern extensions follow WebExtension standard and are most often written in HTML, JavaScript, and CSS.
Here are 1,311 public repositories matching this topic...
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Oct 1, 2020 - JavaScript
Update styling
Update styling to match new Chrome/devtools flat design.
-
Updated
May 19, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
May 22, 2020
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Aug 10, 2020 - JavaScript
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for remoteFunction( shows where it's still being us
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Aug 18, 2020 - CSS
-
Updated
Oct 6, 2020
-
Updated
Jul 16, 2020 - JavaScript
- Metastream Version:Beta 0.4.0
- Browser + Version:Google Chrome Version 76.0.3809.136 (Official Build) (64-bit)
- OS Version:Google Chrome OS Version 76.0.3809.136 (Official Build) (64-bit)
The volume doesn't match the video player volume. When metastream is 50%, the vid
-
Updated
Oct 7, 2020 - JavaScript
Please see this picture which occurs when downloading FROM SITES OTHER THAN TWITTER:
Not only that, it is auto-generating (aka overriding) the native auto-generated download name to "download.htm". This was on a non-Twitter site when attempting to ALT-click a file
Should be able to add known app match patterns to the whitelist via a dropdown (or similar) method.
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Aug 14, 2020 - CSS
-
Updated
Jun 3, 2018 - JavaScript
-
Updated
Jul 16, 2019 - JavaScript
I have tried the classic .env with REACT_APP prefix, but it does not work, I guess that is only for react-script.
Does this package it support something similar?
Thanks
Created by Mozilla
Released April 4, 2006
- Website
- addons.mozilla.org/firefox/extensions
- Wikipedia
- Wikipedia

Instead of relying on order of executing, we can use this new API to ensure that the sidebar’s stickiness is updated when it changes size. You'd have to combine
ResizeObserverwithselector-observerI'm automatically closing this to be picked up after #3084 is resolved.The current feature’s code might be a little hard to adapt/understand, so feel free to write it from scratch; This