Remove New Tab Button( https://addons.mozilla.org/firefox/addon/10535 )がある時は影を表示しない

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6536 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-03-31 11:58:32 +00:00
parent f0c6cbecaa
commit e1b981c1fe

View File

@ -1092,6 +1092,12 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function TSTService_override
});
}
// Remove New Tab Button
// https://addons.mozilla.org/firefox/addon/10535
if (window['piro.sakura.ne.jp'].extensions.isAvailable('remove-new-tab-button@forerunnerdesigns.com')) {
document.documentElement.setAttribute(TreeStyleTabService.kHIDE_NEWTAB, true);
}
window.setTimeout(function(aSelf) {
aSelf.overrideExtensionsDelayed();