From 7ab272005aa6631ef4d7f71eb4289326e329351c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 31 Jul 2012 16:20:11 +0200 Subject: [PATCH] maidlab.jp -> heinessen.com --- 4chan_x.user.js | 2 +- script.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index a58ef7e37..c86c7abf2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4555,7 +4555,7 @@ case 'r9k': case 'toy': case 'x': - url = "http://archive.maidlab.jp/" + path; + url = "http://archive.heinessen.com/" + path; if (threadID && postID) { url += "#p" + postID; } diff --git a/script.coffee b/script.coffee index 43b4c503f..c06fdcab1 100644 --- a/script.coffee +++ b/script.coffee @@ -3558,7 +3558,7 @@ Redirect = # when 'cgl', 'g', 'w' # "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}" # when 'an', 'k', 'toy', 'x' - # "http://archive.maidlab.jp/#{board}/full_image/#{filename}" + # "http://archive.heinessen.com/#{board}/full_image/#{filename}" # when 'e' # "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}" post: (board, postID) -> @@ -3597,7 +3597,7 @@ Redirect = if threadID and postID url += "#p#{postID}" when 'an', 'fit', 'k', 'r9k', 'toy', 'x' - url = "http://archive.maidlab.jp/#{path}" + url = "http://archive.heinessen.com/#{path}" if threadID and postID url += "#p#{postID}" when 'e'