diff --git a/4chan_x.user.js b/4chan_x.user.js index c7ca64a5c..6cf59d22c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2660,6 +2660,7 @@ 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; @@ -2669,7 +2670,6 @@ case 'an': case 'ck': case 'co': - case 'diy': case 'fa': case 'fit': case 'int': diff --git a/script.coffee b/script.coffee index dc1b5346b..59db6faf8 100644 --- a/script.coffee +++ b/script.coffee @@ -2044,9 +2044,9 @@ 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 'g', 'sci' + when 'diy', 'g', 'sci' url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" - when '3', 'adv', 'an', 'ck', 'co', 'diy', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' + when '3', 'adv', 'an', 'ck', 'co', '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}"