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'