From c8c3bb633121e2ec130aa221d9040a19cc35ea9f Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 21 Dec 2011 04:20:10 +0100 Subject: [PATCH] Update archive redirections. Close #66 --- 4chan_x.user.js | 2 +- changelog | 2 ++ script.coffee | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index c6ce54597..2cb10f2f9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2827,7 +2827,7 @@ case 'm': case 'tg': case 'tv': - url = "http://archive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID; + url = "http://oldarchive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID; break; case 'diy': case 'g': diff --git a/changelog b/changelog index 948618018..ac3c9d37f 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- mayhem + update archive redirections 2.23.6 - mayhem diff --git a/script.coffee b/script.coffee index cdc0bcf13..3c8b1edea 100644 --- a/script.coffee +++ b/script.coffee @@ -2218,7 +2218,7 @@ Favicon = redirect = -> switch g.BOARD when 'a', 'jp', 'm', 'tg', 'tv' - url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}" + url = "http://oldarchive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}" when 'diy', 'g', 'sci' url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'