diff --git a/src/Miscellaneous/Flash.coffee b/src/Miscellaneous/Flash.coffee index 54fd7dd61..b13960541 100644 --- a/src/Miscellaneous/Flash.coffee +++ b/src/Miscellaneous/Flash.coffee @@ -4,7 +4,7 @@ Flash = $.ready Flash.initReady initReady: -> - $.globalEval 'SWFEmbed.init()' + $.globalEval 'if (JSON.parse(localStorage["4chan-settings"] || "{}").disableAll) SWFEmbed.init();' return unless g.VIEW is 'thread'