diff --git a/4chan_x.user.js b/4chan_x.user.js index cb0eff1f4..7f23fd970 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4025,6 +4025,7 @@ } break; case 'an': + case 'r9k': case 'toy': case 'x': url = "http://archive.xfiles.to/" + path; diff --git a/changelog b/changelog index 7f6bb84cb..ab2fac896 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- Mayhem + Add /r9k/ archive redirection. 2.33.0 - btmcsweeney diff --git a/script.coffee b/script.coffee index d37e111b1..6d049cbb8 100644 --- a/script.coffee +++ b/script.coffee @@ -3137,7 +3137,7 @@ Redirect = url = "//archive.rebeccablacktech.com/#{path}" if threadID and postID url += "#p#{postID}" - when 'an', 'toy', 'x' + when 'an', 'r9k', 'toy', 'x' url = "http://archive.xfiles.to/#{path}" if threadID and postID url += "#p#{postID}"