>>191、192
ありがとう。下記のどこへ入れれば良いんでしょう?
何から何まで申し訳ないです。
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);
},

      (以下略)