>>173
ジェスチャーは使用しないのでごめんなさい。

前スレの以下のスクリプトをコピペして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);