Add /dev/, /foolz/ and /kuku/ to archive 'redirections'.
This commit is contained in:
parent
be7b1574bd
commit
2bcf1b6719
@ -3783,6 +3783,9 @@
|
|||||||
case 'u':
|
case 'u':
|
||||||
case 'v':
|
case 'v':
|
||||||
case 'vg':
|
case 'vg':
|
||||||
|
case 'dev':
|
||||||
|
case 'foolz':
|
||||||
|
case 'kuku':
|
||||||
url = "//archive.foolz.us/" + path + "/";
|
url = "//archive.foolz.us/" + path + "/";
|
||||||
if (threadID && postID) {
|
if (threadID && postID) {
|
||||||
url += "#" + postID;
|
url += "#" + postID;
|
||||||
|
|||||||
@ -2900,7 +2900,7 @@ Redirect =
|
|||||||
else
|
else
|
||||||
"#{board}/post/#{postID}"
|
"#{board}/post/#{postID}"
|
||||||
switch board
|
switch board
|
||||||
when 'a', 'co', 'jp', 'm', 'tg', 'tv', 'u', 'v', 'vg'
|
when 'a', 'co', 'jp', 'm', 'tg', 'tv', 'u', 'v', 'vg', 'dev', 'foolz', 'kuku'
|
||||||
url = "//archive.foolz.us/#{path}/"
|
url = "//archive.foolz.us/#{path}/"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "##{postID}"
|
url += "##{postID}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user