From 9f756df31ab7e5f13128ebc43c45bde695b57214 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 30 Jun 2012 18:01:38 +0200 Subject: [PATCH] xfiles.to -> maidlab.jp --- 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 786b12a00..d0b8ae7c1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4098,7 +4098,7 @@ case 'r9k': case 'toy': case 'x': - url = "http://archive.xfiles.to/" + path; + url = "http://archive.maidlab.jp/" + path; if (threadID && postID) { url += "#p" + postID; } diff --git a/script.coffee b/script.coffee index e6d5f6411..045c75e50 100644 --- a/script.coffee +++ b/script.coffee @@ -3149,7 +3149,7 @@ Redirect = # when 'cgl', 'g', 'w' # "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}" # when 'an', 'toy', 'x' - # "http://archive.xfiles.to/#{board}/full_image/#{filename}" + # "http://archive.maidlab.jp/#{board}/full_image/#{filename}" # when 'e' # "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}" post: (board, postID) -> @@ -3188,7 +3188,7 @@ Redirect = if threadID and postID url += "#p#{postID}" when 'an', 'r9k', 'toy', 'x' - url = "http://archive.xfiles.to/#{path}" + url = "http://archive.maidlab.jp/#{path}" if threadID and postID url += "#p#{postID}" when 'e'