diff --git a/4chan_x.user.js b/4chan_x.user.js index aae451399..2b8561615 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4920,7 +4920,6 @@ case 'jp': case 'm': case 'q': - case 'sp': case 'tg': case 'vg': case 'wsg': diff --git a/script.coffee b/script.coffee index 4505a12dd..00fbb21c8 100644 --- a/script.coffee +++ b/script.coffee @@ -4080,7 +4080,7 @@ Redirect = image: (board, filename) -> # Do not use g.BOARD, the image url can originate from a cross-quote. switch board - when 'a', 'jp', 'm', 'q', 'sp', 'tg', 'vg', 'wsg' + when 'a', 'jp', 'm', 'q', 'tg', 'vg', 'wsg' "//archive.foolz.us/#{board}/full_image/#{filename}" when 'u' "//nsfw.foolz.us/#{board}/full_image/#{filename}"