Dan

關於我

開發者資訊
名稱 Dan
加入日期 March 5, 2007
參與開發的附加元件數量 1 個附加元件
此開發者的附加元件平均分數 未經評分

由我建立的附加元件

selectAll Button

This Add-on installs a button on the mail toolbar that will when clicked select all messages within the folder.

未經評分
139 位使用者

我所發表的評論

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.

此意見為舊版本 (1.0) 的附加元件。  此使用者對此附加元件 曾發表過 1 筆評論

userChromeJS

評分: 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) 的附加元件。 

DownThemAll!

評分: 5 / 5 顆星

Can't do without this addon. Please update to the DownThemAll! *nightly* 3.0b7pre that works with the latest Firefox nightlies so that it's signed.

此意見為舊版本 (2.0.18.1-signed.1-let-fixed) 的附加元件。  此使用者對此附加元件 曾發表過 1 筆評論

DownThemAll!

評分: 5 / 5 顆星

Now that Mozilla has done away with the separate download window in the latest nightlies this addon has become even more of a must. Not to mention it's an accelerator that greatly speeds up the downloads.

此意見為舊版本 (2.0.16.1-signed) 的附加元件。 

Copy Pure Text

評分: 5 / 5 顆星

This one is a keeper. I can't count the number of times I've been forced to open Notepad first to copy in text but no longer.

FirefoXP

評分: 5 / 5 顆星

This has been working well in the 3.7a1pre Minefield nightlies but in the most recent one it breaks. Any chance of updating it?

此意見為舊版本 (1.7) 的附加元件。