firefox userChrome.js greasemonkeyスクリプトスレ 2at SOFTWARE
firefox userChrome.js greasemonkeyスクリプトスレ 2 - 暇つぶし2ch433:part2
07/09/12 21:45:39 2OxpCduk0
>>430 後半部分
var newItem = document.createElement("menuitem");
newItem.setAttribute("label", "\u9078\u629e\u7bc4\u56f2\u3092\u958b\u304f");
newItem.setAttribute("id", "OpenSelection_menu");
newItem.setAttribute("oncommand", "SelectionAsURL();");
newItem.setAttribute("accesskey", "o");
document.getElementById("contentAreaContextMenu").appendChild(newItem);
document.getElementById("contentAreaContextMenu").addEventListener("popupshowing", function() {
document.getElementById("OpenSelection_menu").hidden = !gContextMenu.isTextSelected;
}, false);

})();


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch