Firefox userChrome.js greasemonkeyスクリプトスレ25
■ このスレッドは過去ログ倉庫に格納されています
0813名無しさん@お腹いっぱい。
2014/02/23(日) 00:38:47.51ID:1IWCw5Pd0(function(){
var btn=document.getElementById("new-tab-button");
btn.removeAttribute("command");
btn.removeAttribute("oncommand");
com=document.createElement("command");
com.setAttribute("id","fukusei");
com.setAttribute("oncommand", "gBrowser.selectedTab=gBrowser.duplicateTab(gBrowser.mCurrentTab)");
btn.setAttribute("command", "fukusei");
btn.appendChild(com);
})();
■ このスレッドは過去ログ倉庫に格納されています