alta88 發表對 SendWithoutSubject 的評論
評分: 5 / 5 顆星
This functionality may be created by installing userChromeJS from:
http://userchromejs.mozdev.org/
Add this code to the [profile]/chrome/userChrome.js file:
/* Compose window */
if (location == "chrome://messenger/content/messengercompose/messengercompose.xul") {
// Skip blank subject check in MsgComposeCommands.js.
eval("GenericSendMessage = " + GenericSendMessage.toString().replace(/subject == ""/, "subject == null"));
// Skip confirm cancel in MsgComposeCommands.js.
ComposeCanClose = function() { return true; };
}
請選擇一個原因:
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。