From e2ac98006d1f797f1be046c19b70ae3d299b6d05 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 12 Jul 2012 17:45:34 +0200 Subject: [PATCH] Add /fit/ archive redirection. --- 4chan_x.user.js | 1 + changelog | 1 + script.coffee | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 3c2534680..a07b16fc3 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4544,6 +4544,7 @@ } break; case 'an': + case 'fit': case 'r9k': case 'toy': case 'x': diff --git a/changelog b/changelog index e4b3754fe..5a8970d6b 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,7 @@ master Adjust background tabs max update interval down to 5 minutes instead of 10. Divide the Delete Link in the Menu into a Post and Image deletion links. The Delete Links in the Menu now have a cooldown. + Add /fit/ archive redirection. 2.34.1 - Mayhem diff --git a/script.coffee b/script.coffee index 37f636d34..c56ed1743 100644 --- a/script.coffee +++ b/script.coffee @@ -3589,7 +3589,7 @@ Redirect = url = "//archive.rebeccablacktech.com/#{path}" if threadID and postID url += "#p#{postID}" - when 'an', 'r9k', 'toy', 'x' + when 'an', 'fit', 'r9k', 'toy', 'x' url = "http://archive.maidlab.jp/#{path}" if threadID and postID url += "#p#{postID}"