From d42e4962f0f24d73c0dd41d338af3efe4bbb4a3a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 11 Aug 2012 18:06:12 +0200 Subject: [PATCH] =?UTF-8?q?md401.homelinux.net=20->=20www.clich=C3=A9.net?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3ad1e5627..72b1466ae 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4602,7 +4602,7 @@ } break; case 'e': - url = "https://md401.homelinux.net/4chan/cgi-board.pl/" + path; + url = "https://www.cliché.net/4chan/cgi-board.pl/" + path; if (threadID && postID) { url += "#p" + postID; } diff --git a/script.coffee b/script.coffee index c79f0f130..0f09ec60d 100644 --- a/script.coffee +++ b/script.coffee @@ -3598,7 +3598,7 @@ Redirect = # when 'an', 'k', 'toy', 'x' # "http://archive.heinessen.com/#{board}/full_image/#{filename}" # when 'e' - # "https://md401.homelinux.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}" + # "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}" post: (board, postID) -> switch board when 'a', 'co', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'v', 'vg', 'wsg', 'dev', 'foolz' @@ -3639,7 +3639,7 @@ Redirect = if threadID and postID url += "#p#{postID}" when 'e' - url = "https://md401.homelinux.net/4chan/cgi-board.pl/#{path}" + url = "https://www.cliché.net/4chan/cgi-board.pl/#{path}" if threadID and postID url += "#p#{postID}" else