From 342aef9e3a852cdde8ea7783c78603b15cd2ce26 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 18 Feb 2012 22:54:53 +0100 Subject: [PATCH] Foolz does not archive these boards' images. --- 4chan_x.user.js | 2 -- script.coffee | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 6a26ee06a..57b17b053 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3241,9 +3241,7 @@ case 'jp': case 'm': case 'tg': - case 'tv': case 'u': - case 'vg': return "http://archive.foolz.us/" + href[3] + "/full_image/" + href[5]; } }, diff --git a/script.coffee b/script.coffee index 46e6fc25b..34c9667dc 100644 --- a/script.coffee +++ b/script.coffee @@ -2580,7 +2580,7 @@ redirect = # Do not use g.BOARD, the image url can originate from a cross-quote. return unless conf['404 Redirect'] switch href[3] - when 'a', 'jp', 'm', 'tg', 'tv', 'u', 'vg' + when 'a', 'jp', 'm', 'tg', 'u' "http://archive.foolz.us/#{href[3]}/full_image/#{href[5]}" thread: -> return unless conf['404 Redirect']