firefox userChrome.js greasemonkeyスクリプトスレ 3
at SOFTWARE
609:名無しさん@お腹いっぱい。
07/12/24 23:42:34 es67o05a0
>>606
ちょっと見た感じではCompactMenu使っても、本来のmenuの要素残ってるから隠れてるそっちに適用されてるんじゃないだろうか。
var after = (function(win){
var p = (MENU_PARENT_ID) ? win.document.getElementById(MENU_PARENT_ID) : null;
if(p && p.nodeName == 'menu') p = p.firstChild;
return (p) ? p.lastChild || (win.document.getElementById((SEAMONKEY) ? 'sep_switchprofile' : 'menu_preferences')) || win.document.getElementById((SEAMONKEY) ? 'taskPopup' : 'menu_ToolsPopup').lastChild
: (win.document.getElementById((SEAMONKEY) ? 'sep_switchprofile' : 'menu_preferences')) || win.document.getElementById((SEAMONKEY) ? 'taskPopup' : 'menu_ToolsPopup').lastChild;
})(win);
のらへんをいじれば何とかなるような気がする。
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5124日前に更新/327 KB
担当:undef