You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases (most?) you'd also want the content script to be automatically available on the activeTab as well. This would avoid conflicting scripts trying to inject the script via different code paths:
In some cases (most?) you'd also want the content script to be automatically available on the activeTab as well. This would avoid conflicting scripts trying to inject the script via different code paths:
ActiveTab-tracking code can be found here and will likely be extracted, maybe into
webext-tools
:On top of that, I think it also needs to listen to tabs and manually inject the scripts instead of relying on
registerContentScripts
. However it seems that the API supportsactiveTab
in MV3: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/registerContentScriptsTo preserve the side-effects-only nature of the module, I think it can export an additional entry point:
The text was updated successfully, but these errors were encountered: