md401.homelinux.net -> www.cliché.net
This commit is contained in:
parent
1dbd1f3640
commit
d42e4962f0
@ -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;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user