From 58505f693dadf7d0993b7f1677f33ef8cb8f1550 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 3 Jan 2012 22:54:22 +0100 Subject: [PATCH] Set up archived image redirection link. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 393a0200e..ebb3db410 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2846,7 +2846,7 @@ case 'tg': case 'tv': case 'u': - return "http://archivethumb.foolz.us/board/" + board + "/img/" + filename; + return "http://archive.foolz.us/" + board + "/full_image/" + filename; } }, thread: function() { diff --git a/script.coffee b/script.coffee index 72c427c9a..46c5afbf9 100644 --- a/script.coffee +++ b/script.coffee @@ -2235,7 +2235,7 @@ redirect = image: (board, filename) -> #board must be given, the image can originate from a cross-quote switch board when 'a', 'jp', 'm', 'tg', 'tv', 'u' - "http://archivethumb.foolz.us/board/#{board}/img/#{filename}" + "http://archive.foolz.us/#{board}/full_image/#{filename}" thread: -> switch g.BOARD when 'a', 'jp', 'm', 'tg', 'tv', 'u'