Dan님의 userChromeJS 검토
5점중 5점 받음
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.
5점중 5점 받음
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.
이 검토는 현재 부가 기능의 이전 (0.0.10) 버전에 대한 것입니다.모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요