diff --git a/4chan_x.user.js b/4chan_x.user.js index 2c39b5d85..bee414f34 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3691,29 +3691,6 @@ case 'g': case 'sci': return "https://archive.installgentoo.net/" + board + "/" + mode + "/" + id; - case '3': - case 'adv': - case 'an': - case 'ck': - case 'co': - case 'fa': - case 'fit': - case 'int': - case 'k': - case 'mu': - case 'n': - case 'o': - case 'p': - case 'po': - case 'pol': - case 'r9k': - case 'soc': - case 'sp': - case 'toy': - case 'trv': - case 'vp': - case 'x': - return "http://archive.no-ip.org/" + board + "/" + mode + "/" + id; default: if (mode === 'thread') { return "//boards.4chan.org/" + board + "/"; diff --git a/changelog b/changelog index 2471b20df..2d4031218 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- Mayhem + Remove archive.no-ip.org archive redirections. 2.29.5 - Mayhem diff --git a/script.coffee b/script.coffee index 1bc76bb6f..56af3d7c0 100644 --- a/script.coffee +++ b/script.coffee @@ -2869,8 +2869,6 @@ Redirect = "http://fuuka.warosu.org/#{board}/#{mode}/#{id}" when 'diy', 'g', 'sci' "https://archive.installgentoo.net/#{board}/#{mode}/#{id}" - when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'r9k', 'soc', 'sp', 'toy', 'trv', 'vp', 'x' - "http://archive.no-ip.org/#{board}/#{mode}/#{id}" else if mode is 'thread' "//boards.4chan.org/#{board}/"