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
Only call the content script if the visited website has the domain of a known host. If a host dynamically redirects to a domain that isn't present in the extension, the content script is re-injected for the redirected domain (mv2 only, on mv3 this was the case all along, as it doesn't support "dynamic" hosts)
Only call the before header send and before redirect listeners on domains where it's necessary (mv2 only, mv3 doesn't support said listeners the way they're used by the extension)