-
Updated
Dec 25, 2019 - JavaScript
webextensions
Universal standard for creating browser extensions.
Working through a W3C charter group, Mozilla has partnered with Microsoft and Opera to define a browser extension API that works across multiple browsers.
There is currently a preliminary specification that matches what Google has implemented in Chrome so that extensions written to the specification could potentially work on Chrome, Edge, Opera and Firefox.
Here are 240 public repositories matching this topic...
Sorry for the title, I couldn't find a better name for it.
Short description + Steps to reproduce
When on a website like here on github, press the mouse (and keep it pressed), go over the TST sidebar, release the mouse, and go back to the website. The mouse still is detected as "mouse button pressed". This does not happen in the Bookmarks, History or Synced Tabs sidebars.
Expected res
In a self hosted environment, user sets host variable to point to server. This works as intended for sync.
Settings->Change master password brings up a pop-up that says
"You can chang
Firefox is currently working on the ability to allow users to remove sideloaded extensions: https://blog.mozilla.org/addons/2019/10/31/firefox-to-discontinue-sideloaded-extensions/
This may affect the usability of the --pre-install flag. This feature is currently documented (in web-ext run --help) to be used for older versions of Firefox, but the underlying technique would also be needed to
And yet it mangles them anyway by removing the "1201841h.html" for:
http://gutenberg.net.au/ebooks12/1201841h.html
Hmmm!?
This is a good text site for ebooks that are only available as web pages.
Kindest Regards.
-
Updated
May 25, 2020 - TypeScript
-
Updated
Jul 23, 2019 - JavaScript
Is your feature request related to a problem? Please describe.
Skip download if file exists
Describe the solution you'd like
In downthemall-legacy has option for skip download if file is file exists
Is it passabloe add this option to DownThemAll! WE ?
Additional context
downthemall-legacy
 passwords and I want to re-check it.
With the old version installing the add-on cleared the "Remember passwords" checkbox, and then re-checking it would leave it on. With this ve
Firefox, Edit shortcut keys button in options, open Manage Extension Shortcuts
The Edit shortcut keys button in the extension options, opens a shortcuts.html page that shows the default shortcuts hard coded. They don't change even though the keys have been changed on the Firefox Manage Extensions Shortcuts page, to use shift + alt as the modifiers, because another extension [Vimium](h
-
Updated
May 13, 2020 - JavaScript
Explicit return types are good, but it should also accept them when they're provided via a previous (for want of a better word) type. For example, the following is completely safe and explicit, but the linter flags it:
const startsWith = (x: string): Predicate<string> => (y) => y.startsWith(x);-
Updated
May 26, 2020 - HTML
Change toolbar icon if the current site has proxy applied for at least one of its resources.
Either change icon color or glow icon if proxy is applied
-
Updated
Oct 23, 2019 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
When I middle click on a tab to close it, it also brings up the scrolling popup like in https://www.ghacks.net/wp-content/uploads/2014/10/mouse-auto-scroll-chrome.jpg
This doesn't happen when I middle click on a bookmark in the bookmark bar, for example. Is the VTR window not swallowing the middle click event as well as closing the tab?
Thanks
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 18, 2018 - JavaScript
-
Updated
Apr 23, 2020 - JavaScript
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Oct 28, 2019 - JavaScript
-
Updated
Jul 15, 2018 - CSS
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Dec 2, 2019 - JavaScript
Created by Browser Extension Community Group
Released May 7, 2015
- Website
- browserext.github.io
Here: https://github.com/mdn/webextensions-examples/blob/master/bookmark-it/background.js#L55
Many pages will have various tracking codes and therefore, the tab's URL may not exactly match with the canonical URL. This extension should demonstrate the right behaviour for bookmarking by using the canonical URL instead of the raw URL.