rebeccablacktech.com -> rbt.asia, it's supposedly faster.
This commit is contained in:
parent
9d013ba80c
commit
d51dc0d74c
@ -4753,7 +4753,7 @@
|
|||||||
case 'cgl':
|
case 'cgl':
|
||||||
case 'g':
|
case 'g':
|
||||||
case 'w':
|
case 'w':
|
||||||
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
|
return "//rbt.asia/" + board + "/full_image/" + filename;
|
||||||
case 'an':
|
case 'an':
|
||||||
case 'k':
|
case 'k':
|
||||||
case 'toy':
|
case 'toy':
|
||||||
@ -4821,7 +4821,7 @@
|
|||||||
case 'mu':
|
case 'mu':
|
||||||
case 'soc':
|
case 'soc':
|
||||||
case 'w':
|
case 'w':
|
||||||
url = Redirect.path("//archive.rebeccablacktech.com", 'fuuka', data);
|
url = Redirect.path("//rbt.asia", 'fuuka', data);
|
||||||
break;
|
break;
|
||||||
case 'an':
|
case 'an':
|
||||||
case 'fit':
|
case 'fit':
|
||||||
|
|||||||
@ -3736,7 +3736,7 @@ ArchiveLink =
|
|||||||
open = (post) ->
|
open = (post) ->
|
||||||
if type is 'apost'
|
if type is 'apost'
|
||||||
el.href =
|
el.href =
|
||||||
Redirect.to
|
Redirect.to
|
||||||
board: post.info[0]
|
board: post.info[0]
|
||||||
threadID: post.info[1]
|
threadID: post.info[1]
|
||||||
postID: post.ID
|
postID: post.ID
|
||||||
@ -3906,7 +3906,7 @@ Redirect =
|
|||||||
when 'ck', 'lit'
|
when 'ck', 'lit'
|
||||||
"//fuuka.warosu.org/#{board}/full_image/#{filename}"
|
"//fuuka.warosu.org/#{board}/full_image/#{filename}"
|
||||||
when 'cgl', 'g', 'w'
|
when 'cgl', 'g', 'w'
|
||||||
"//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
"//rbt.asia/#{board}/full_image/#{filename}"
|
||||||
when 'an', 'k', 'toy', 'x'
|
when 'an', 'k', 'toy', 'x'
|
||||||
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
||||||
post: (board, postID) ->
|
post: (board, postID) ->
|
||||||
@ -3929,7 +3929,7 @@ Redirect =
|
|||||||
when 'diy', 'g', 'sci'
|
when 'diy', 'g', 'sci'
|
||||||
url = Redirect.path "//archive.installgentoo.net", 'fuuka', data
|
url = Redirect.path "//archive.installgentoo.net", 'fuuka', data
|
||||||
when 'cgl', 'mu', 'soc', 'w'
|
when 'cgl', 'mu', 'soc', 'w'
|
||||||
url = Redirect.path "//archive.rebeccablacktech.com", 'fuuka', data
|
url = Redirect.path "//rbt.asia", 'fuuka', data
|
||||||
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
||||||
url = Redirect.path "http://archive.heinessen.com", 'fuuka', data
|
url = Redirect.path "http://archive.heinessen.com", 'fuuka', data
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user