From 80bf28e6732abae13f857bd4a8f5c18a1abd338d Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 11 Nov 2011 09:36:27 -0800 Subject: [PATCH] rm archive.installgentoo.net --- 4chan_x.user.js | 6 +----- script.coffee | 4 +--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 030f9af2c..47e137777 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2739,16 +2739,12 @@ case 'lit': url = "http://archive.gentoomen.org/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID; break; - case 'diy': - case 'g': - case 'sci': - url = "http://archive.installgentoo.net/" + g.BOARD + "/thread/" + g.THREAD_ID; - break; case '3': case 'adv': case 'an': case 'ck': case 'co': + case 'diy': case 'fa': case 'fit': case 'int': diff --git a/script.coffee b/script.coffee index accbde740..adc012ae8 100644 --- a/script.coffee +++ b/script.coffee @@ -2041,9 +2041,7 @@ redirect = -> url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}" when 'lit' url = "http://archive.gentoomen.org/cgi-board.pl/#{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' + when '3', 'adv', 'an', 'ck', 'co', 'diy', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" else url = "http://boards.4chan.org/#{g.BOARD}"