diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 87c02f350..c4b90aaca 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -11191,10 +11191,7 @@ $.extend(Conf, items); return Main.initFeatures(); }); - $.on(d, '4chanMainInit', Main.initStyle); - return $.asap((function() { - return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading'; - }), Main.initStyle); + return $.on(d, '4chanMainInit', Main.initStyle); }, initFeatures: function() { var init, pathname, _ref; diff --git a/builds/crx/script.js b/builds/crx/script.js index 2f92dd2ba..675fcabd2 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -11182,10 +11182,7 @@ $.extend(Conf, items); return Main.initFeatures(); }); - $.on(d, '4chanMainInit', Main.initStyle); - return $.asap((function() { - return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading'; - }), Main.initStyle); + return $.on(d, '4chanMainInit', Main.initStyle); }, initFeatures: function() { var init, pathname, _ref; diff --git a/src/General/Main.coffee b/src/General/Main.coffee index d37300ee2..7004ba013 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -22,8 +22,6 @@ Main = Main.initFeatures() $.on d, '4chanMainInit', Main.initStyle - $.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading'), - Main.initStyle initFeatures: ->