diff --git a/builds/4chan-X.js b/builds/4chan-X.js index dea56fe19..45d6b6ce4 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -10120,7 +10120,7 @@ return $.asap((function() { var _ref; - return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); + return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); }), Main.initStyle); }, initFeatures: function(items) { diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index fcf5dc266..79b0df103 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -10131,7 +10131,7 @@ return $.asap((function() { var _ref; - return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); + return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); }), Main.initStyle); }, initFeatures: function(items) { diff --git a/builds/crx/script.js b/builds/crx/script.js index 27aa92d73..28ccf2b49 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -10112,7 +10112,7 @@ return $.asap((function() { var _ref; - return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); + return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete'); }), Main.initStyle); }, initFeatures: function(items) { diff --git a/src/General/Main.coffee b/src/General/Main.coffee index bb583ea34..8c66f027d 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -19,7 +19,7 @@ Main = $.get Conf, Main.initFeatures $.on d, '4chanMainInit', Main.initStyle - $.asap (-> d.head and $('link[rel="canonical"]', d.head) or d.readyState in ['interactive', 'complete']), + $.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState in ['interactive', 'complete']), Main.initStyle initFeatures: (items) ->