From d5193671e5ce51a7f66ba58e73c19529d31bd4bd Mon Sep 17 00:00:00 2001 From: piro Date: Sat, 18 Sep 2010 15:42:11 +0000 Subject: [PATCH] =?UTF-8?q?Tab=20Utilities=20(=20https://addons.mozilla.or?= =?UTF-8?q?g/firefox/addon/59961/=20)=E3=81=AB=E3=82=88=E3=81=A3=E3=81=A6c?= =?UTF-8?q?ontentAreaClick=E3=81=ABopenNewTabWith=E3=81=8C=E6=8C=BF?= =?UTF-8?q?=E5=85=A5=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E5=A0=B4?= =?UTF-8?q?=E5=90=88=E3=81=AB=E3=80=81=E3=81=9D=E3=82=8C=E3=81=AB=E3=82=88?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E9=96=8B=E3=81=8B=E3=82=8C=E3=81=9F=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=81=8C=E5=AD=90=E3=82=BF=E3=83=96=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=81=AB=E5=AF=BE?= =?UTF-8?q?=E5=87=A6?= 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@7264 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 986856c4..80414de1 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -1113,6 +1113,13 @@ catch(e) { return true; } ]]> + ).replace( + // for Tab Utilities, etc. Some addons insert openNewTabWith() to the function. + // (calls for the function is not included by Firefox default.) + /(openNewTabWith\()/g, + )); source = null; }, this);