firefox userChrome.js greasemonkeyスクリプトスレ 7
■ このスレッドは過去ログ倉庫に格納されています
0276名無しさん@お腹いっぱい。
2009/01/21(水) 01:11:36ID:4QzOQV5B0>ツールバーの新しいタブを作成
だけでダサイけど
(function(){
var newButton = document.getElementById("new-tab-button");
if (!newButton) return;
newButton.removeAttribute("command");
newButton.removeAttribute("oncommand");
newButton.setAttribute("onclick", "gBrowser.loadOneTab('about:blank', null, null, null, true, false);");
})();
ミタイの事?
■ このスレッドは過去ログ倉庫に格納されています