Firefox userChrome.js greasemonkeyスクリプトスレ21
■ このスレッドは過去ログ倉庫に格納されています
0193名無しさん@お腹いっぱい。
2012/08/21(火) 11:51:52.77ID:rTLtWcfx0ありがとう。下記のどこへ入れれば良いんでしょう?
何から何まで申し訳ないです。
var LaunchNightly = {
//input the path of Firefox.exe
Nightly_Path: "C:\\Program Files (x86)\\Nightly\\firefox.exe -p nightly -no-remote",
mSchemes: ["file", "ftp", "http", "https"],
init: function()
{
this.mItem = document.createElement("menuitem");
this.mItem.setAttribute("label", "LaunchNightly");
this.mItem.setAttribute("accesskey", "k");
document.getElementById("contentAreaContextMenu").addEventListener("popupshowing", function() { LaunchNightly.onPopupShowing(this); }, false);
},
(以下略)
■ このスレッドは過去ログ倉庫に格納されています