Update archives
This commit is contained in:
parent
a9460f0513
commit
516fdb902b
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.7 - 2014-02-15
|
* 4chan X - Version 1.3.7 - 2014-02-17
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/Spittie/4chan-x/blob/master/LICENSE
|
* https://github.com/Spittie/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -5714,7 +5714,7 @@
|
|||||||
xhr.responseType = 'blob';
|
xhr.responseType = 'blob';
|
||||||
xhr.onload = function(e) {
|
xhr.onload = function(e) {
|
||||||
if (this.readyState === this.DONE && xhr.status === 200) {
|
if (this.readyState === this.DONE && xhr.status === 200) {
|
||||||
QR.handleBlob(urlBlob, this.getResponseHeaders('Content-Type'), url);
|
QR.handleBlob(this.response, this.getResponseHeader('Content-Type'), url);
|
||||||
} else {
|
} else {
|
||||||
QR.error("Can't load image.");
|
QR.error("Can't load image.");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -115,8 +115,8 @@ Redirect =
|
|||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
|
|
||||||
"warosu":
|
"warosu":
|
||||||
boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
|
boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
|
||||||
files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
|
files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"]
|
||||||
data:
|
data:
|
||||||
domain: "fuuka.warosu.org"
|
domain: "fuuka.warosu.org"
|
||||||
http: true
|
http: true
|
||||||
@ -142,8 +142,8 @@ Redirect =
|
|||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
|
|
||||||
"Foolz Beta":
|
"Foolz Beta":
|
||||||
boards: ["a", "co", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"]
|
files: ["a", "biz", "d" "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"]
|
||||||
data:
|
data:
|
||||||
domain: "beta.foolz.us"
|
domain: "beta.foolz.us"
|
||||||
http: true
|
http: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user