-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootloading of unsigned addons not working now in Firefox v115.00. #264
Comments
Affects me too. Ubuntu 20.04, FF installed from official repos. |
I get TRUE as the reply from the dev/browser console for: |
seems to have fixed the issue for now.. |
Same problem with TMP & FF 115.
This doesn't work to me, ends up with empty FF, which is barely usable. |
Same here, Ubuntu 20.04 |
Same problem. I get TRUE from running : Using https://github.com/xiaoxiaoflood/firefox-scripts/blob/66e896ec1514499557b64ce205104b04cdb8444a/installation-folder/config.js doesn't help. It just says the xpi file is broken when trying to reinstall TMP. |
works fine for me on Windows 10 22H2. |
Works for me as well on Win11 Pro 22H2. Just reinstalled the latest build of TMP and everything seems to be running as if nothing happened. |
Thanks, that did it. EDIT: I think I spoke too soon. I have it installed And the status bar is displayed But there is no toolbar button. Only this puzzle piece context menu addition, that itself has no context menu, and has no function. Does not respond to the mouse Choosing it's options, from about:addons, or from the status bar only brings this up. Again, whatever it's supposed to be, the only function there is that it can be closed. It does not appear in the overflow menu or the puzzle piece menu. If the status bar is closed, it cannot be reopened. Reboot necessary. |
edit Program Files\Mozilla Firefox\config.js |
Sorry, my previous post I inserted the wrong image. I had intending it to be for DownloadManagerS3. Can anyone tell me if DownloadManagerS3 id working normally? |
Using |
When I downloaded that file, and tried to open it to see what was in there, I got this, and there was no way to get inside that file. I had to "copy the raw data and create the file. Is that what you did? |
@nollinvoyd |
I just pressed the raw button and downloaded it as is |
I forgot how I did it the first time. The second time I just copied all of the text into an empty text file and saved that as "config.js". |
SO do i ,when i reinstall TMP(seems that must reinstall) ,it work |
I have Notepad++, NoteTab Light, and EditPad. File association is not an issue here. When I copied the contents of config.js from The only reason I mentioned this was to let people know it was a corrupted file, in case they also had any such problems. In my case, I'm the only user reporting issues with Download Manager (S3). My only conclusion is that the current s3download.xpi requires updating. If someone out there could kindly test my theory by installing Download Manager (S3) and letting me know if their outcome was similar to mine, it would be appreciated. |
I like NP++ too, but I have not heard of those other two. |
So could you test Download Manager (S3) for me? |
[Download Manager (S3)] has not been updated since... best not to use it.. I tried it and didn't like it years ago.. My favorite download manager Firefox addon is [ Download Manager Tweak ] I have created a webpage on my free Angelfire website to host that download manager addon,, |
How? |
idk, I am not a Firefox addon developer. lol. the same way the addon Tab Mix Plus was updated I guess.. |
I use the stable version of Firefox, so I guess I'll have to wait and see if it gets updated here, and it will work for me Thanks :) |
I have both the stable version of Firefox v115.0.1 |
For me the config.sys makes the browser unresponsive (115 on Arch Linux). There's just the clear (tock) Ui with no possibility to enter or click anything. |
|
Thank you! It's working using this config.js! |
I'm getting the "could not be verified for use in Firefox and has been disabled" for all my add-ons after updating to 115... really miss Fast Tab Switcher. |
It's all covered in this thread.
|
@purple512 I tried your exact steps including #3 (deleting profile's startupCache folder) and still the addons have the same message. |
What operating system? What Firefox version (nightly/release/etc)? The config.js linked above has been working fine for me on Windows w/Firefox 115 without issue. If you're using nightly there's a separate issue for extension signing on 117. |
@purple512 Windows 10 + FF Release 115.0.2 (64-bit) |
I have no idea why it's not working for you then. Only thing I can think of is verify the contents of config.js is correct and not a browser HTML error page or some other kind of issue like that. (Someone up-thread mentioned an issue along those lines.) |
@purple512 it's working now! I had disabled auto-update of add-ons and it seems on the next update, it updated the add-ons back to enabled. So that is a last step:
|
You can force activate the installed addons by run this in browser console or console of 'about:addons': var ad = (await AddonManager.getAddonByID(/* string of the addon id. You can get these on 'about:addons' with devtool */));
ad.__AddonInternal__.signedState = AddonManager.SIGNEDSTATE_NOT_REQUIRED;
ad.__AddonInternal__.appDisabled = false;
ad.disable();
ad.enable(); |
I'm nor clear on what you mean by running it in "this in browser console or console of 'about:addons':" For instance, what do I do after I open the Browser console? |
So 2 months since reporting this bug and firefox-scripts still not updated for Linux users? I feel offended, we are not second-hand people :D |
According to record it already been left unmaintained for way much longer. // skip 1st line
lockPref('xpinstall.signatures.required', false);
lockPref('extensions.install_origins.enabled', false);
lockPref("extensions.experiments.enabled", true);
try {
const cmanifest = Cc['@mozilla.org/file/directory_service;1'].getService(Ci.nsIProperties).get('UChrm', Ci.nsIFile);
cmanifest.append('utils');
cmanifest.append('chrome.manifest');
Components.manager.QueryInterface(Ci.nsIComponentRegistrar).autoRegister(cmanifest);
const objRef = ChromeUtils.import('resource://gre/modules/addons/XPIDatabase.jsm');
objRef.XPIDatabase.SIGNED_TYPES.delete("extension");
Cu.import('chrome://userchromejs/content/BootstrapLoader.jsm');
} catch (ex) {};
try {
Cu.import('chrome://userchromejs/content/userChrome.jsm');
} catch (ex) {}; |
onemen/TabMixPlus#233
here is the issue on Onemen's TabedMixPlus page..
ever since I just updated Firefox to v115.0.0 today..
it will not load that addon now...
please fix asap.
ty.
edit:
on Windows 11 Pro (v22H2)(build 22621.1928)
The text was updated successfully, but these errors were encountered: