From 925159caed88ecc3283a40d1147b7b70753a7799 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 18 Jan 2011 01:42:34 -0800 Subject: [PATCH] remove /new/, /r9k/ from archivers --- 4chan_x.coffee | 2 +- 4chan_x.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index a787a4e00..3286b441f 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -712,7 +712,7 @@ redirect = -> url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" when 'cgl', 'jp', 'm', 'tg' url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" - when '3', 'adv', 'an', 'c', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'new', 'o', 'p', 'po', 'r9k', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' + when '3', 'adv', 'an', 'c', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', '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}" diff --git a/4chan_x.js b/4chan_x.js index 0657e1f1e..cce06ec36 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -997,11 +997,9 @@ case 'k': case 'mu': case 'n': - case 'new': case 'o': case 'p': case 'po': - case 'r9k': case 'soc': case 'sp': case 'toy':