NiklasGollenstede / unload-tabs

WebExtension that unloads tabs and prevents tabs from loading
https://addons.mozilla.org/addon/unload-tabs/
Mozilla Public License 2.0
69 stars 13 forks source link

When I start Firefox, I have to disable and enable the add-on before the add-on works #26

Open ilyvion opened 5 years ago

ilyvion commented 5 years ago

The context menu does not show up when tabs are right clicked until then. In addition to the missing context menu on the tabs, there's also this 500 error that appears at the bottom of the add-on's page where the options usually go, also until it's been disabled/enabled:

image

NiklasGollenstede commented 5 years ago

Hm. The error message says that the script responsible for showing notifications can't be loaded or isn't a valid script. That script is always required. Since the extension works after re-enabling it, the scripts has to be present and valid ... So there is definitely some weird stuff going on here.

Which version of Firefox are you using, and does the extension work in a new profile? (You can manage and launch profiles on about:profiles in Firefox.)