From 1c73076d987c9e796f2778bdd15b26048d9a55c9 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 3 Dec 2008 16:13:13 +0000 Subject: [PATCH] =?UTF-8?q?Aging=20Tabs=20(=20https://addons.mozilla.org/f?= =?UTF-8?q?irefox/addon/3542=20)=20=E3=81=A8=E3=81=AE=E7=AB=B6=E5=90=88?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=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@3456 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/hacks.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/treestyletab/hacks.js b/content/treestyletab/hacks.js index 018e29e9..bfee53fc 100644 --- a/content/treestyletab/hacks.js +++ b/content/treestyletab/hacks.js @@ -728,4 +728,14 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() { ); } + // Aging Tabs + if ('agingTabs' in window) { + eval('agingTabs.setColor = '+ + agingTabs.setColor.toSource().replace( + '{', + '{ important = true;' + ) + ); + } + };