diff --git a/4chan_x.user.js b/4chan_x.user.js index dca8736db..c035ac2e2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3601,6 +3601,7 @@ return "http://fuuka.warosu.org/" + board + "/" + mode + "/" + id; case 'diy': case 'g': + case 'k': case 'sci': return "https://archive.installgentoo.net/" + board + "/" + mode + "/" + id; default: diff --git a/script.coffee b/script.coffee index 45289e57a..2560eb687 100644 --- a/script.coffee +++ b/script.coffee @@ -2744,7 +2744,7 @@ Redirect = "http://archive.foolz.us/#{board}/#{mode}/#{id}/" when 'lit' "http://fuuka.warosu.org/#{board}/#{mode}/#{id}" - when 'diy', 'g', 'sci' + when 'diy', 'g', 'k', 'sci' "https://archive.installgentoo.net/#{board}/#{mode}/#{id}" else if mode is 'thread'