Add archived image redirection for heinessen.
This commit is contained in:
parent
92fd47d083
commit
e91c198d80
@ -4528,6 +4528,11 @@
|
|||||||
return "//archive.foolz.us/" + board + "/full_image/" + filename;
|
return "//archive.foolz.us/" + board + "/full_image/" + filename;
|
||||||
case 'u':
|
case 'u':
|
||||||
return "//nsfw.foolz.us/" + board + "/full_image/" + filename;
|
return "//nsfw.foolz.us/" + board + "/full_image/" + filename;
|
||||||
|
case 'an':
|
||||||
|
case 'k':
|
||||||
|
case 'toy':
|
||||||
|
case 'x':
|
||||||
|
return "http://archive.heinessen.com/" + board + "/full_image/" + filename;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
post: function(board, postID) {
|
post: function(board, postID) {
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
master
|
master
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
Add /an/, /k/, /toy/ and /x/ archived image redirection.
|
||||||
One-word-captcha now works in the report window.
|
One-word-captcha now works in the report window.
|
||||||
Fix duplicate file upload error link.
|
Fix duplicate file upload error link.
|
||||||
|
|
||||||
|
|||||||
@ -3599,11 +3599,10 @@ Redirect =
|
|||||||
"//archive.foolz.us/#{board}/full_image/#{filename}"
|
"//archive.foolz.us/#{board}/full_image/#{filename}"
|
||||||
when 'u'
|
when 'u'
|
||||||
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
||||||
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
|
|
||||||
# when 'cgl', 'g', 'w'
|
# when 'cgl', 'g', 'w'
|
||||||
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
# "//archive.rebeccablacktech.com/#{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}"
|
||||||
# when 'e'
|
# when 'e'
|
||||||
# "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
# "https://www.cliché.net/4chan/cgi-board.pl/#{board}/full_image/#{filename}"
|
||||||
post: (board, postID) ->
|
post: (board, postID) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user