>>562
322行目以下
未テスト動くかわからんけど

(function() {
var menuitem = document.createElement("menuitem");
menuitem.setAttribute("label", "常にリンクは新規タブで閲覧するサイトの登録");
menuitem.setAttribute("accesskey", "s");
menuitem.setAttribute("oncommand", "linkInNewTabForSpecifiedPage.modPrefs()");

var optionsitem = document.getElementById("menu_preferences");
optionsitem.parentNode.insertBefore(menuitem, optionsitem);
})();
</overlay>