firefox userChrome.js greasemonkeyスクリプトスレ 7
at SOFTWARE
276:名無しさん@お腹いっぱい。
09/01/21 01:11:36 4QzOQV5B0
>>275
>ツールバーの新しいタブを作成
だけでダサイけど
(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);");
})();
ミタイの事?
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5106日前に更新/179 KB
担当:undef