From 6844c180e8a2dc8995575528d4435997d093f2f4 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 22 Apr 2010 07:39:47 +0000 Subject: [PATCH] =?UTF-8?q?Tab=20Mix=20Plus=E3=81=A8=E3=81=AE=E7=B5=84?= =?UTF-8?q?=E3=81=BF=E5=90=88=E3=82=8F=E3=81=9B=E6=99=82=E3=81=AB=E3=83=84?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E5=9E=8B=E3=82=BF=E3=83=96=E5=81=B4=E3=81=AE?= =?UTF-8?q?=E3=80=8C=E3=83=AA=E3=83=B3=E3=82=AF=E3=82=92=E3=81=99=E3=81=B9?= =?UTF-8?q?=E3=81=A6=E3=82=BF=E3=83=96=E3=81=A7=E9=96=8B=E3=81=8F=E3=80=8D?= =?UTF-8?q?=E6=A9=9F=E8=83=BD=E3=81=8C=E5=83=8D=E3=81=84=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=88=E3=81=86=E3=81=A0?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E5=AF=BE=E7=AD=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6604 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/hacks.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/treestyletab/hacks.js b/content/treestyletab/hacks.js index 23b5dcc8..956b0238 100644 --- a/content/treestyletab/hacks.js +++ b/content/treestyletab/hacks.js @@ -334,6 +334,29 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function TSTService_override ) ); + eval('window.TMP_contentAreaClick = '+ + window.TMP_contentAreaClick.toSource().replace( + 'if (openT)', + + ) + ); + if (/\(?function TMP_contentAreaClick\(/.test(window.contentAreaClick.toSource())) + window.contentAreaClick = window.TMP_contentAreaClick; + gBrowser.mTabContainer.removeEventListener('DOMNodeInserted', tabxTabAdded, true); eval('window.tabxTabAdded = '+ window.tabxTabAdded.toSource().replace(