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
When the extension is disabled/removed the title is kept with the last value of tab count. Obviously, it's not updated on new tabs or when tabs are closed. Tab count is cleaned up on browser restart.
The text was updated successfully, but these errors were encountered:
This is an unfortunate limitation of the WebExtension APIs. The prefix isn't cleared by Firefox automatically and nothing happens if I try to use WebExtension APis in response to browser events such as beforeunload or visibilityState. So currently I know of no good solution for this issue. My current workaround is to have a manual "disable" button (says something like "prevent further updates") in the addons option page that when clicked disables all functionality and clears all window title prefixes.
tl;dr; the current workaround is to press the disable button on the addon's option page.
When the extension is disabled/removed the title is kept with the last value of tab count. Obviously, it's not updated on new tabs or when tabs are closed. Tab count is cleaned up on browser restart.
The text was updated successfully, but these errors were encountered: