Pour essayer les milliers de modules disponibles ici, téléchargez Mozilla Firefox, une manière rapide et libre de surfer sur le Web !
FermerBienvenue sur les modules Firefox.
Choisissez parmi les milliers de fonctionnalités et styles supplémentaires pour personnaliser votre Firefox.
FermerCritiques de userChromeJS par Dan
Noté 5 sur 5 étoiles
Lost all my buttons with 102.0. Will an update for the new version be possible?
Edit: thanks for the reply.
Ok found the problem. Your addon is indeed still working however the code for creating separate buttons with .uc extension no longer does. You posted it previously:
let protocolHandler = Services.io.getProtocolHandler("file").
QueryInterface(Components.interfaces.nsIFileProtocolHandler);
let userChromeDirectory = Services.dirsvc.get("UChrm", Ci.nsIFile);
for (let file of userChromeDirectory.directoryEntries) {
if (! file.leafName.endsWith(".uc.js"))
continue;
let url = protocolHandler.getURLSpecFromFile(file);
Services.scriptloader.loadSubScriptWithOptions(url, {
target: document.defaultView,
charset: "UTF-8",
ignoreCache: true
});
}
If the code is placed in userchrome then it's good.
I'm not sure what you mean by "buttons" or what "buttons" have to do with userChromeJS. I just tested userChromeJS with TB102 today and it seems to work just fine. If there is code in your userChrome.js file that's creating buttons of some sort, and that code is no longer working in TB102, then I don't think that's because userChromeJS isn't working, I think it's because the code isn't working, and that's not anything userChromeJS can fix.
In any case this isn't the right place to seek support for the add-on. Please see the support email address on the add-on home page for further assistance.
Noté 5 sur 5 étoiles
Thanks for this addon. I had userchrome.js v1.7 (by Alice0775 and zeniko) in an older Thunderbird with several script buttons and yours has allowed me to bring all of them back into these newer TB versions. I prefer this option than relying on developers who may or may not get around to updating their button addons. Now we just have to hope this one doesn’t break, a common occurrence with the updates that wasn’t supposed to happen.
Cette critique concerne une version précédente du module (0.0.10).Pour créer vos propres collections, vous devez avoir un compte Mozilla Add-ons.