From 51da3b75d4da528fd737c8a3a079c52780a0c6be Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 18 Jul 2012 16:00:19 +0200 Subject: [PATCH] Update /k/ archive redirection. --- 4chan_x.user.js | 2 +- changelog | 2 ++ script.coffee | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 0e5e5a522..3f617074f 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4527,7 +4527,6 @@ break; case 'diy': case 'g': - case 'k': case 'sci': url = "//archive.installgentoo.net/" + path; if (threadID && postID) { @@ -4545,6 +4544,7 @@ break; case 'an': case 'fit': + case 'k': case 'r9k': case 'toy': case 'x': diff --git a/changelog b/changelog index 8636e194d..1d158ce74 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- Mayhem + Update /k/ archive redirection. 2.34.2 - Mayhem diff --git a/script.coffee b/script.coffee index 8a5d75df2..24e70d6b4 100644 --- a/script.coffee +++ b/script.coffee @@ -3551,7 +3551,7 @@ Redirect = # these will work whenever https://github.com/eksopl/fuuka/issues/23 is done # when 'cgl', 'g', 'w' # "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}" - # when 'an', 'toy', 'x' + # when 'an', 'k', 'toy', 'x' # "http://archive.maidlab.jp/#{board}/full_image/#{filename}" # when 'e' # "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}" @@ -3582,7 +3582,7 @@ Redirect = url = "//fuuka.warosu.org/#{path}" if threadID and postID url += "#p#{postID}" - when 'diy', 'g', 'k', 'sci' + when 'diy', 'g', 'sci' url = "//archive.installgentoo.net/#{path}" if threadID and postID url += "#p#{postID}" @@ -3590,7 +3590,7 @@ Redirect = url = "//archive.rebeccablacktech.com/#{path}" if threadID and postID url += "#p#{postID}" - when 'an', 'fit', 'r9k', 'toy', 'x' + when 'an', 'fit', 'k', 'r9k', 'toy', 'x' url = "http://archive.maidlab.jp/#{path}" if threadID and postID url += "#p#{postID}"