Michael Keck
Michael Keck
* Open a page with a favicon * Click on this page on a link that leads to a new page without a favicon * the favicon of the original...
Based on https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width
A black/blue/white-ish theme, even darker as the current "Dark" theme. Will be inspired by @JZersche's: https://userstyles.org/styles/140402/firefox-vertical-tabs-reloaded-ft-deep-dark [](https://userstyles.org/styles/140402/firefox-vertical-tabs-reloaded-ft-deep-dark) Random note: https://browser-config.herokuapp.com
* [ ] Mark all selected tabs as such * [ ] Allow to select multiple tabs while holding a key * [ ] Add context menu options for multiple...
Coming from #237
In the add-on manifest `applications` should be migrated to `browser_specific_settings` as soon as https://github.com/mozilla/web-ext/pull/1791 is fixed `browser_specific_settings` is support and the new recommend way since Firefox 48: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings Bug reference:...
With `browser.menus.overrideContext()` it is now possible again to use native context menus with unlimited custom entries + other add-ons can display their entries there as well. Finally! This issue is...
This is blocked by #13. The initial version should support the following: - [ ] implement an opt-out preference, so that the API can't be used by other add-ons -...
* [x] use Firefox's tab.hide API to actually hide hidden tabs -> #183 * [x] Perform real life tests with hidden tabs * [ ] Options: Implement conditional flag on...