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
I encountered an issue where the toolbar did not work under an extremely high load, where other programs on my PC quit working too. After a clean install it worked again, so hopefully it had to do with the renamed localStorage key (banner => toolbar).
This issue might have to do with the fact that the toolbar loads after the page (document) is loaded. Under high load some parts of the page might not load, so the toolbar is never injected. That's my theory. I will experiment with loading the script earlier.
The text was updated successfully, but these errors were encountered:
I encountered an issue where the toolbar did not work under an extremely high load, where other programs on my PC quit working too. After a clean install it worked again, so hopefully it had to do with the renamed localStorage key (banner => toolbar).
This issue might have to do with the fact that the toolbar loads after the page (document) is loaded. Under high load some parts of the page might not load, so the toolbar is never injected. That's my theory. I will experiment with loading the script earlier.
The text was updated successfully, but these errors were encountered: