diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index cccf7968b..80bc72c53 100644 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -21,7 +21,7 @@ Settings = $.on d, 'AddSettingsSection', Settings.addSection $.on d, 'OpenSettings', (e) -> Settings.open e.detail - if Conf['Disable Native Extension'] + if g.SITE.software is 'yotsuba' and Conf['Disable Native Extension'] if $.hasStorage # Run in page context to handle case where 4chan X has localStorage access but not the page. # (e.g. Pale Moon 26.2.2, GM 3.8, cookies disabled for 4chan only)