Firefox userChrome.js greasemonkeyスクリプトスレ26
■ このスレッドは過去ログ倉庫に格納されています
0175名無しさん@お腹いっぱい。
2014/04/26(土) 19:47:33.32ID:eIaRm9dL0ジェスチャーは使用しないのでごめんなさい。
前スレの以下のスクリプトをコピペしてchromeフォルダに入れて使用しています。
すると何故か、Amazon Price Trackerが全く動作しなくなります。何故なのでしょうか
(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);
■ このスレッドは過去ログ倉庫に格納されています