Add /ck/ archive redirection.
This commit is contained in:
parent
6873d2eb34
commit
4829b307fe
@ -4078,6 +4078,7 @@
|
||||
url += "#" + postID;
|
||||
}
|
||||
break;
|
||||
case 'ck':
|
||||
case 'lit':
|
||||
url = "//fuuka.warosu.org/" + path;
|
||||
if (threadID && postID) {
|
||||
|
||||
@ -3181,7 +3181,7 @@ Redirect =
|
||||
url = "//nsfw.foolz.us/#{path}/"
|
||||
if threadID and postID
|
||||
url += "##{postID}"
|
||||
when 'lit'
|
||||
when 'ck', 'lit'
|
||||
url = "//fuuka.warosu.org/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user