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:
parent
f0c6cbecaa
commit
e1b981c1fe
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user