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
The workaround introduced in #78 due to the report in #61 to catch loading Facebook tabs on Firefox startup could potentially be replaced by "persistent listeners" introduced in Bug 1447551.
For a listener to become persistent, it must be added during evaluation/initial execution of the background script. If it happens later (asynchronously or otherwise) then it is not persisted.
This would require to move the webRequest listeners to the global context and make sure to wait inside the listener for the required init work. A short example is here.
The text was updated successfully, but these errors were encountered:
Yep. Looks like this has been reported quite some time ago. I'm on 97.0b2 (64-bit) and this issue is present. I caught this because Facebook is logged in within its container, but not anywhere else so I get presented with the standard Facebook login page instead of the page referred to from the desktop shortcut.
Workaround is for me to start Firefox first and then invoke the shortcut on the desktop.
The workaround introduced in #78 due to the report in #61 to catch loading Facebook tabs on Firefox startup could potentially be replaced by "persistent listeners" introduced in
Bug 1447551.This would require to move the webRequest listeners to the global context and make sure to wait inside the listener for the required init work. A short example is here.
The text was updated successfully, but these errors were encountered: