diff --git a/4chan_x.user.js b/4chan_x.user.js index 43ea8a696..7938a682d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3141,7 +3141,7 @@ if (conf['Unread Count']) d.title = "(" + count + ") " + unread.title; if (!(conf['Unread Favicon'] && count < 2 || forceUpdate)) return; Favicon.el.href = g.dead ? count ? Favicon.unreadDead : Favicon.dead : count ? Favicon.unread : Favicon["default"]; - if (engine !== 'webkit') return $.add(d.head, Favicon.el); + return $.add(d.head, Favicon.el); } }; diff --git a/script.coffee b/script.coffee index 4c247e293..7c7beaa4a 100644 --- a/script.coffee +++ b/script.coffee @@ -2456,8 +2456,7 @@ unread = #`favicon.href = href` doesn't work on Firefox #`favicon.href = href` isn't enough on Opera #Opera won't always update the favicon if the href didn't not change - if engine isnt 'webkit' - $.add d.head, Favicon.el + $.add d.head, Favicon.el Favicon = init: ->