diff --git a/LICENSE b/LICENSE index 91af909e7..f6ffdd930 100755 --- a/LICENSE +++ b/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. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/crx/script.js b/builds/crx/script.js index 2b89ab336..9376ccc5e 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -5714,7 +5714,7 @@ xhr.responseType = 'blob'; xhr.onload = function(e) { 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 { QR.error("Can't load image."); } diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 74a7f8a4e..b35e558a2 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -115,8 +115,8 @@ Redirect = software: "fuuka" "warosu": - boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"] - files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"] + boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"] + files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"] data: domain: "fuuka.warosu.org" http: true @@ -142,8 +142,8 @@ Redirect = software: "foolfuuka" "Foolz Beta": - boards: ["a", "co", "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"] + boards: ["a", "biz", "co", "d", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], + files: ["a", "biz", "d" "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"] data: domain: "beta.foolz.us" http: true