diff --git a/4chan_x.user.js b/4chan_x.user.js index 05c2d754c..9f587efb7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3750,7 +3750,8 @@ AutoGif = { init: function() { - if (g.BOARD === 'gif') { + var _ref; + if ((_ref = g.BOARD) === 'gif' || _ref === 'wsg') { return; } return Main.callbacks.push(this.node); diff --git a/script.coffee b/script.coffee index a24ebc1e3..23f984b36 100644 --- a/script.coffee +++ b/script.coffee @@ -2849,7 +2849,7 @@ ImageHover = AutoGif = init: -> - return if g.BOARD is 'gif' + return if g.BOARD in ['gif', 'wsg'] Main.callbacks.push @node node: (post) -> {img} = post