location == "chrome://browser/content/browser.xul" && (function () {
(document.getElementById("tabbrowser-tabs") || gBrowser.mTabBox).addEventListener('dblclick', function (e) {
e.preventDefault();
e.button == 0 && e.originalTarget.localName == "box" && BrowserOpenTab()
}, false)
})()
タイトルバー無しでもタブバーダブルクリックで新しいタブ開けるようにしてたんですが
66で動かなくなりました。どこ治したら良いんでしょうか・・・