diff --git a/4chan_x.user.js b/4chan_x.user.js index 66fbddcae..9ac585538 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4593,6 +4593,7 @@ case 'an': case 'fit': case 'k': + case 'mlp': case 'r9k': case 'toy': case 'x': diff --git a/changelog b/changelog index 0f1747e57..7a06abbea 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ master - Mayhem Fix cooldown on /q/. + Add /mlp/ archive redirection. 2.34.4 - Mayhem diff --git a/script.coffee b/script.coffee index e6e074260..57796ffc3 100644 --- a/script.coffee +++ b/script.coffee @@ -3634,7 +3634,7 @@ Redirect = url = "//archive.rebeccablacktech.com/#{path}" if threadID and postID url += "#p#{postID}" - when 'an', 'fit', 'k', 'r9k', 'toy', 'x' + when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x' url = "http://archive.heinessen.com/#{path}" if threadID and postID url += "#p#{postID}"