Firefox userChrome.js greasemonkeyスクリプトスレ24
■ このスレッドは過去ログ倉庫に格納されています
0798名無しさん@お腹いっぱい。
2013/12/07(土) 11:55:22.75ID:nZlA9zk30(function(){
var btn=gBrowser.tabContainer.mTabstrip.getElementsByClassName('tabs-newtab-button').item(0);
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);
})();
■ このスレッドは過去ログ倉庫に格納されています