Jeremy Schomery
Jeremy Schomery
Guys, I moved the project to transifex.com https://www.transifex.com/github-7/privacy-settings/dashboard/
Basically we have two directories https://github.com/schomery/privacy-settings/tree/master/WebExtension/_locales/en https://github.com/schomery/privacy-settings/tree/master/Misc/translation/en
@franco999 I just sent you a new invitation.
sure, it is ready. Please request a pull merge when you are done. There are two files: https://github.com/schomery/privacy-settings/tree/master/WebExtension/_locales/es https://github.com/schomery/privacy-settings/tree/master/Misc/translation/es
@jony0008 thanks! I'll push an update to include the "sv" locale
Nice idea, but it requires adding "cookies" permission which makes no sense! https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contextualIdentities > To use this API you need to include the "contextualIdentities" and "cookies" permissions in your manifest.json...
Well, currently the extension uses observers to monitor Firefox's internal prefs, meaning there is no internal storage to remember the last state of a pref set by the extension itself....
We have it now on https://github.com/openstyles/stylus-external-editor/commit/9057f6054ce35ddbe0796adf498c659a43950348 It is now possible to call `observeFile` to only observe an existing file or call `openTmpFile` to create a new tmp file and observe...
https://github.com/openstyles/stylus-external-editor is fixed for Windows; https://github.com/openstyles/stylus-external-editor/commit/fdaa75bc7b7ca0aec80084d5fee40041e9b0b827
Here is the summary on how the stylus-external-editor extension can be tested on **Chrome**/**Opera**: 1. Download https://github.com/openstyles/stylus-external-editor/archive/master.zip and extract it in a local directory 2. Download the latest version of...