xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
944 stars 83 forks source link

Can't access legacy addon options via Extension Options Menu or Add-ons Manager #167

Closed TFWol closed 1 year ago

TFWol commented 1 year ago

One of the recent updates seems to have made managing legacy addons more difficult.

I've been able to get to the settings of addons who expose the option through their own menus like Download Manager, but haven't been able to access them through normal means (see title)

Workaround URLs for addons options page:

xiaoxiaoflood commented 1 year ago

Probably caused by the removal of browser.preferences.instantApply in Fx 103. Get latest extensionOptionsMenu.uc.js and BootstrapLoader.jsm (or bootstrapLoader.xpi).

It's working for me in Fx 104.

TFWol commented 1 year ago

Ah, I had applied the bootstrap, but failed to apply the newer extensionOptionsMenu. Thanks, working.