From 7c06d04eb3de4374c0264c44b2360e57bf6c15df Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 25 Oct 2012 01:01:02 +0200 Subject: [PATCH] Close #785 --- 4chan_x.user.js | 2 +- script.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d9bf50088..e92bd0d6a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4819,11 +4819,11 @@ url = Redirect.path("//fuuka.warosu.org", 'fuuka', data); break; case 'diy': - case 'g': case 'sci': url = Redirect.path("//archive.installgentoo.net", 'fuuka', data); break; case 'cgl': + case 'g': case 'mu': case 'soc': case 'w': diff --git a/script.coffee b/script.coffee index 0ab49cf85..f60cc30d7 100644 --- a/script.coffee +++ b/script.coffee @@ -3928,9 +3928,9 @@ Redirect = url = Redirect.path "//nsfw.foolz.us", 'foolfuuka', data when 'ck', 'lit' url = Redirect.path "//fuuka.warosu.org", 'fuuka', data - when 'diy', 'g', 'sci' + when 'diy', 'sci' url = Redirect.path "//archive.installgentoo.net", 'fuuka', data - when 'cgl', 'mu', 'soc', 'w' + when 'cgl', 'g', 'mu', 'soc', 'w' url = Redirect.path "//rbt.asia", 'fuuka', data when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x' url = Redirect.path "http://archive.heinessen.com", 'fuuka', data