diff --git a/4chan_x.user.js b/4chan_x.user.js index 896c1ab44..407c7201b 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2380,7 +2380,6 @@ redirect = function() { var url; switch (g.BOARD) { - case 'a': case 'g': case 'lit': case 'sci': diff --git a/changelog b/changelog index 5f85b4f67..ace0b508e 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ - mayhem: - prevent upload of too large files - fix options height for netbooks + - /a/ is not archived anymore 2.15.0 - mayhem: diff --git a/script.coffee b/script.coffee index 68da68760..5c06ac20a 100644 --- a/script.coffee +++ b/script.coffee @@ -1833,7 +1833,7 @@ Favicon = redirect = -> switch g.BOARD - when 'a', 'g', 'lit', 'sci', 'tv' + when 'g', 'lit', 'sci', 'tv' url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" when 'jp', 'm', 'tg' url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"