From 573bd0f8e063b21251621da21db5214ed29c6a7e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 3 Jul 2011 02:43:39 +0200 Subject: [PATCH] /a/ is now archived on easymodo --- 4chan_x.user.js | 1 + changelog | 2 +- script.coffee | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 407c7201b..a66065191 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2386,6 +2386,7 @@ case 'tv': url = "http://green-oval.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID; break; + case 'a': case 'jp': case 'm': case 'tg': diff --git a/changelog b/changelog index ace0b508e..74ad8e3c6 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,7 @@ - mayhem: - prevent upload of too large files - fix options height for netbooks - - /a/ is not archived anymore + - /a/ is now archived on easymodo 2.15.0 - mayhem: diff --git a/script.coffee b/script.coffee index 5c06ac20a..b038352fd 100644 --- a/script.coffee +++ b/script.coffee @@ -1835,7 +1835,7 @@ redirect = -> switch g.BOARD when 'g', 'lit', 'sci', 'tv' url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" - when 'jp', 'm', 'tg' + when 'a', 'jp', 'm', 'tg' url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" when '3', 'adv', 'an', '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}"