From 7c51fc585268834b1a6e49bca040e12e3958c3f6 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 25 May 2012 20:16:22 +0200 Subject: [PATCH] Close #500. --- 4chan_x.user.js | 1 + script.coffee | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'