diff --git a/4chan_x.user.js b/4chan_x.user.js index 02f88d21c..160e744e3 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3767,7 +3767,6 @@ } switch (board) { case 'a': - case 'co': case 'jp': case 'm': case 'tg': diff --git a/script.coffee b/script.coffee index d4a4a0d01..9d36f741d 100644 --- a/script.coffee +++ b/script.coffee @@ -2891,7 +2891,7 @@ Redirect = # Do not use g.BOARD, the image url can originate from a cross-quote. return unless Conf['404 Redirect'] switch board - when 'a', 'co', 'jp', 'm', 'tg', 'u', 'vg' + when 'a', 'jp', 'm', 'tg', 'u', 'vg' "http://archive.foolz.us/#{board}/full_image/#{filename}" # these will work whenever https://github.com/eksopl/fuuka/issues/23 is done # when 'cgl', 'g', 'w'