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