diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 2cd3060f2..cd25b2e78 100644 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -108,7 +108,7 @@ Header = Header.bottomBoardList = $ '.boardList', footer CatalogLinks.setLinks Header.bottomBoardList - if g.VIEW is 'catalog' or !Conf['Disable Native Extension'] + if Site.software is 'yotsuba' and (g.VIEW is 'catalog' or !Conf['Disable Native Extension']) cs = $.el 'a', href: 'javascript:;' if g.VIEW is 'catalog' cs.title = cs.textContent = 'Catalog Settings'