Daniel Naber
Daniel Naber
Re-opening, as it also helps to check less text (privacy + server load).
Also, ignored forwarded mails, e.g. text after `-------- Original Message --------`?
Maybe https://stackoverflow.com/questions/10994324/chrome-extension-content-script-re-injection-after-upgrade-or-install
Also, this should work without adding new permissions. If needed, we could use optional permissions, but that would also present a dialog to the users, which we'd like to avoid...
Would this help? https://developer.mozilla.org/de/Add-ons/WebExtensions/API/contentScripts
This is still (again?) the case with FF 60. It prevents a keyboard-only use of the add-on.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1459560 and https://bugzilla.mozilla.org/show_bug.cgi?id=1435687
Maybe we get help here: https://discourse.mozilla.org/t/limit-extension-to-html/27320
Potential fix at https://github.com/vuejs/vue-devtools/issues/438, not sure how this would apply to our add-on.
> rule just disappears and there's no possibility to disable it back You can disable it once it occurs again, i.e. the idea is *not* to have a list of...