update builds
This commit is contained in:
parent
ced84988e1
commit
2056fc85f2
@ -1,3 +1,9 @@
|
|||||||
|
### v1.3.10
|
||||||
|
*2014-02-20*
|
||||||
|
|
||||||
|
**Spittie**
|
||||||
|
- I keep breaking and fixing stuff. But mostly breaking.
|
||||||
|
|
||||||
### v1.3.9
|
### v1.3.9
|
||||||
*2014-02-20*
|
*2014-02-20*
|
||||||
|
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.8 - 2014-02-20
|
* 4chan X - Version 1.3.9 - 2014-02-20
|
||||||
*
|
*
|
||||||
* 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
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.3.8
|
// @version 1.3.9
|
||||||
// @minGMVer 1.13
|
// @minGMVer 1.13
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.3.8
|
// @version 1.3.9
|
||||||
// @minGMVer 1.13
|
// @minGMVer 1.13
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -23,7 +23,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.8 - 2014-02-20
|
* 4chan X - Version 1.3.9 - 2014-02-20
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -360,7 +360,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.3.8',
|
VERSION: '1.3.9',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {},
|
boards: {},
|
||||||
threads: {},
|
threads: {},
|
||||||
@ -9954,8 +9954,9 @@
|
|||||||
}
|
}
|
||||||
return Redirect.data = o;
|
return Redirect.data = o;
|
||||||
},
|
},
|
||||||
archives: {
|
archives: [
|
||||||
"Foolz": {
|
{
|
||||||
|
name: "Foolz",
|
||||||
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
||||||
data: {
|
data: {
|
||||||
@ -9964,8 +9965,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"NSFW Foolz": {
|
name: "NSFW Foolz",
|
||||||
boards: ["u"],
|
boards: ["u"],
|
||||||
files: ["u"],
|
files: ["u"],
|
||||||
data: {
|
data: {
|
||||||
@ -9974,8 +9975,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"The Dark Cave": {
|
name: "The Dark Cave",
|
||||||
boards: ["c", "int", "out", "po"],
|
boards: ["c", "int", "out", "po"],
|
||||||
files: ["c", "po"],
|
files: ["c", "po"],
|
||||||
data: {
|
data: {
|
||||||
@ -9984,8 +9985,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"4plebs": {
|
name: "4plebs",
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
data: {
|
data: {
|
||||||
@ -9994,8 +9995,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Nyafuu": {
|
name: "Nyafuu",
|
||||||
boards: ["c", "e", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
files: ["c", "e", "w", "wg"],
|
files: ["c", "e", "w", "wg"],
|
||||||
data: {
|
data: {
|
||||||
@ -10004,8 +10005,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Love is Over": {
|
name: "Love is Over",
|
||||||
boards: ["d", "i"],
|
boards: ["d", "i"],
|
||||||
files: ["d", "i"],
|
files: ["d", "i"],
|
||||||
data: {
|
data: {
|
||||||
@ -10014,8 +10015,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.net)": {
|
name: "Install Gentoo",
|
||||||
boards: ["diy", "g", "sci"],
|
boards: ["diy", "g", "sci"],
|
||||||
files: [],
|
files: [],
|
||||||
data: {
|
data: {
|
||||||
@ -10024,28 +10025,18 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.com)": {
|
name: "Rebecca Black Tech",
|
||||||
boards: ["t", "g"],
|
|
||||||
files: ["t", "g"],
|
|
||||||
data: {
|
|
||||||
domain: "archive.installgentoo.com/",
|
|
||||||
http: true,
|
|
||||||
https: true,
|
|
||||||
software: "foolfuuka"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Rebecca Black Tech": {
|
|
||||||
boards: ["cgl", "g", "mu", "w"],
|
boards: ["cgl", "g", "mu", "w"],
|
||||||
files: ["cgl", "g", "mu", "w"],
|
files: ["cgl", "g", "mu", "w"],
|
||||||
data: {
|
data: {
|
||||||
domain: "rbt.asia",
|
domain: "archive.rebeccablacktech.com",
|
||||||
http: true,
|
http: true,
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Heinessen": {
|
name: "Heinessen",
|
||||||
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
||||||
files: ["an", "fit", "k", "r9k", "toy"],
|
files: ["an", "fit", "k", "r9k", "toy"],
|
||||||
data: {
|
data: {
|
||||||
@ -10053,18 +10044,17 @@
|
|||||||
http: true,
|
http: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"warosu": {
|
name: "warosu",
|
||||||
boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
data: {
|
data: {
|
||||||
domain: "fuuka.warosu.org",
|
domain: "fuuka.warosu.org",
|
||||||
http: true,
|
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"fgst": {
|
name: "fgts",
|
||||||
boards: ["r", "soc"],
|
boards: ["r", "soc"],
|
||||||
files: ["r", "soc"],
|
files: ["r", "soc"],
|
||||||
data: {
|
data: {
|
||||||
@ -10073,18 +10063,26 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"maware": {
|
name: "maware",
|
||||||
boards: ["t"],
|
boards: ["t"],
|
||||||
files: ["t"],
|
files: ["t"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.mawa.re",
|
domain: "archive.mawa.re",
|
||||||
http: true,
|
http: true,
|
||||||
https: false,
|
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Foolz Beta": {
|
name: "installgentoo.com",
|
||||||
|
boards: ["g", "t"],
|
||||||
|
files: ["g", "t"],
|
||||||
|
data: {
|
||||||
|
domain: "chan.installgentoo.com",
|
||||||
|
http: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: "Foolz Beta",
|
||||||
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "d", "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: {
|
||||||
@ -10095,7 +10093,7 @@
|
|||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
to: function(dest, data) {
|
to: function(dest, data) {
|
||||||
var archive;
|
var archive;
|
||||||
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
||||||
|
|||||||
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
"version": "1.3.8",
|
"version": "1.3.9",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.8 - 2014-02-20
|
* 4chan X - Version 1.3.9 - 2014-02-20
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -337,7 +337,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.3.8',
|
VERSION: '1.3.9',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {},
|
boards: {},
|
||||||
threads: {},
|
threads: {},
|
||||||
@ -9947,8 +9947,9 @@
|
|||||||
}
|
}
|
||||||
return Redirect.data = o;
|
return Redirect.data = o;
|
||||||
},
|
},
|
||||||
archives: {
|
archives: [
|
||||||
"Foolz": {
|
{
|
||||||
|
name: "Foolz",
|
||||||
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
||||||
data: {
|
data: {
|
||||||
@ -9957,8 +9958,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"NSFW Foolz": {
|
name: "NSFW Foolz",
|
||||||
boards: ["u"],
|
boards: ["u"],
|
||||||
files: ["u"],
|
files: ["u"],
|
||||||
data: {
|
data: {
|
||||||
@ -9967,8 +9968,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"The Dark Cave": {
|
name: "The Dark Cave",
|
||||||
boards: ["c", "int", "out", "po"],
|
boards: ["c", "int", "out", "po"],
|
||||||
files: ["c", "po"],
|
files: ["c", "po"],
|
||||||
data: {
|
data: {
|
||||||
@ -9977,8 +9978,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"4plebs": {
|
name: "4plebs",
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
data: {
|
data: {
|
||||||
@ -9987,8 +9988,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Nyafuu": {
|
name: "Nyafuu",
|
||||||
boards: ["c", "e", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
files: ["c", "e", "w", "wg"],
|
files: ["c", "e", "w", "wg"],
|
||||||
data: {
|
data: {
|
||||||
@ -9997,8 +9998,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Love is Over": {
|
name: "Love is Over",
|
||||||
boards: ["d", "i"],
|
boards: ["d", "i"],
|
||||||
files: ["d", "i"],
|
files: ["d", "i"],
|
||||||
data: {
|
data: {
|
||||||
@ -10007,8 +10008,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.net)": {
|
name: "Install Gentoo",
|
||||||
boards: ["diy", "g", "sci"],
|
boards: ["diy", "g", "sci"],
|
||||||
files: [],
|
files: [],
|
||||||
data: {
|
data: {
|
||||||
@ -10017,28 +10018,18 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.com)": {
|
name: "Rebecca Black Tech",
|
||||||
boards: ["t", "g"],
|
|
||||||
files: ["t", "g"],
|
|
||||||
data: {
|
|
||||||
domain: "archive.installgentoo.com/",
|
|
||||||
http: true,
|
|
||||||
https: true,
|
|
||||||
software: "foolfuuka"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Rebecca Black Tech": {
|
|
||||||
boards: ["cgl", "g", "mu", "w"],
|
boards: ["cgl", "g", "mu", "w"],
|
||||||
files: ["cgl", "g", "mu", "w"],
|
files: ["cgl", "g", "mu", "w"],
|
||||||
data: {
|
data: {
|
||||||
domain: "rbt.asia",
|
domain: "archive.rebeccablacktech.com",
|
||||||
http: true,
|
http: true,
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Heinessen": {
|
name: "Heinessen",
|
||||||
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
||||||
files: ["an", "fit", "k", "r9k", "toy"],
|
files: ["an", "fit", "k", "r9k", "toy"],
|
||||||
data: {
|
data: {
|
||||||
@ -10046,18 +10037,17 @@
|
|||||||
http: true,
|
http: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"warosu": {
|
name: "warosu",
|
||||||
boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
data: {
|
data: {
|
||||||
domain: "fuuka.warosu.org",
|
domain: "fuuka.warosu.org",
|
||||||
http: true,
|
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"fgst": {
|
name: "fgts",
|
||||||
boards: ["r", "soc"],
|
boards: ["r", "soc"],
|
||||||
files: ["r", "soc"],
|
files: ["r", "soc"],
|
||||||
data: {
|
data: {
|
||||||
@ -10066,18 +10056,26 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"maware": {
|
name: "maware",
|
||||||
boards: ["t"],
|
boards: ["t"],
|
||||||
files: ["t"],
|
files: ["t"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.mawa.re",
|
domain: "archive.mawa.re",
|
||||||
http: true,
|
http: true,
|
||||||
https: false,
|
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Foolz Beta": {
|
name: "installgentoo.com",
|
||||||
|
boards: ["g", "t"],
|
||||||
|
files: ["g", "t"],
|
||||||
|
data: {
|
||||||
|
domain: "chan.installgentoo.com",
|
||||||
|
http: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: "Foolz Beta",
|
||||||
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "d", "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: {
|
||||||
@ -10088,7 +10086,7 @@
|
|||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
to: function(dest, data) {
|
to: function(dest, data) {
|
||||||
var archive;
|
var archive;
|
||||||
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.3.8
|
// @version 1.3.9
|
||||||
// @minGMVer 1.13
|
// @minGMVer 1.13
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -23,7 +23,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.8 - 2014-02-20
|
* 4chan X - Version 1.3.9 - 2014-02-20
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -360,7 +360,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.3.8',
|
VERSION: '1.3.9',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {},
|
boards: {},
|
||||||
threads: {},
|
threads: {},
|
||||||
@ -9954,8 +9954,9 @@
|
|||||||
}
|
}
|
||||||
return Redirect.data = o;
|
return Redirect.data = o;
|
||||||
},
|
},
|
||||||
archives: {
|
archives: [
|
||||||
"Foolz": {
|
{
|
||||||
|
name: "Foolz",
|
||||||
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "gd", "jp", "m", "sp", "tg", "tv", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
files: ["a", "biz", "gd", "jp", "m", "tg", "vg", "vp", "vr", "wsg"],
|
||||||
data: {
|
data: {
|
||||||
@ -9964,8 +9965,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"NSFW Foolz": {
|
name: "NSFW Foolz",
|
||||||
boards: ["u"],
|
boards: ["u"],
|
||||||
files: ["u"],
|
files: ["u"],
|
||||||
data: {
|
data: {
|
||||||
@ -9974,8 +9975,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"The Dark Cave": {
|
name: "The Dark Cave",
|
||||||
boards: ["c", "int", "out", "po"],
|
boards: ["c", "int", "out", "po"],
|
||||||
files: ["c", "po"],
|
files: ["c", "po"],
|
||||||
data: {
|
data: {
|
||||||
@ -9984,8 +9985,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"4plebs": {
|
name: "4plebs",
|
||||||
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
boards: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
files: ["adv", "hr", "o", "pol", "s4s", "tg", "tv", "x"],
|
||||||
data: {
|
data: {
|
||||||
@ -9994,8 +9995,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Nyafuu": {
|
name: "Nyafuu",
|
||||||
boards: ["c", "e", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
files: ["c", "e", "w", "wg"],
|
files: ["c", "e", "w", "wg"],
|
||||||
data: {
|
data: {
|
||||||
@ -10004,8 +10005,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Love is Over": {
|
name: "Love is Over",
|
||||||
boards: ["d", "i"],
|
boards: ["d", "i"],
|
||||||
files: ["d", "i"],
|
files: ["d", "i"],
|
||||||
data: {
|
data: {
|
||||||
@ -10014,8 +10015,8 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.net)": {
|
name: "Install Gentoo",
|
||||||
boards: ["diy", "g", "sci"],
|
boards: ["diy", "g", "sci"],
|
||||||
files: [],
|
files: [],
|
||||||
data: {
|
data: {
|
||||||
@ -10024,28 +10025,18 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Install Gentoo (.com)": {
|
name: "Rebecca Black Tech",
|
||||||
boards: ["t", "g"],
|
|
||||||
files: ["t", "g"],
|
|
||||||
data: {
|
|
||||||
domain: "archive.installgentoo.com/",
|
|
||||||
http: true,
|
|
||||||
https: true,
|
|
||||||
software: "foolfuuka"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Rebecca Black Tech": {
|
|
||||||
boards: ["cgl", "g", "mu", "w"],
|
boards: ["cgl", "g", "mu", "w"],
|
||||||
files: ["cgl", "g", "mu", "w"],
|
files: ["cgl", "g", "mu", "w"],
|
||||||
data: {
|
data: {
|
||||||
domain: "rbt.asia",
|
domain: "archive.rebeccablacktech.com",
|
||||||
http: true,
|
http: true,
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Heinessen": {
|
name: "Heinessen",
|
||||||
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
boards: ["an", "fit", "k", "mlp", "r9k", "toy"],
|
||||||
files: ["an", "fit", "k", "r9k", "toy"],
|
files: ["an", "fit", "k", "r9k", "toy"],
|
||||||
data: {
|
data: {
|
||||||
@ -10053,18 +10044,17 @@
|
|||||||
http: true,
|
http: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"warosu": {
|
name: "warosu",
|
||||||
boards: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
boards: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
files: ["3", "biz", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
files: ["3", "cgl", "ck", "fa", "ic", "jp", "lit", "tg", "vr"],
|
||||||
data: {
|
data: {
|
||||||
domain: "fuuka.warosu.org",
|
domain: "fuuka.warosu.org",
|
||||||
http: true,
|
|
||||||
https: true,
|
https: true,
|
||||||
software: "fuuka"
|
software: "fuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"fgst": {
|
name: "fgts",
|
||||||
boards: ["r", "soc"],
|
boards: ["r", "soc"],
|
||||||
files: ["r", "soc"],
|
files: ["r", "soc"],
|
||||||
data: {
|
data: {
|
||||||
@ -10073,18 +10063,26 @@
|
|||||||
https: true,
|
https: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"maware": {
|
name: "maware",
|
||||||
boards: ["t"],
|
boards: ["t"],
|
||||||
files: ["t"],
|
files: ["t"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.mawa.re",
|
domain: "archive.mawa.re",
|
||||||
http: true,
|
http: true,
|
||||||
https: false,
|
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
"Foolz Beta": {
|
name: "installgentoo.com",
|
||||||
|
boards: ["g", "t"],
|
||||||
|
files: ["g", "t"],
|
||||||
|
data: {
|
||||||
|
domain: "chan.installgentoo.com",
|
||||||
|
http: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
name: "Foolz Beta",
|
||||||
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
boards: ["a", "biz", "co", "d", "gd", "jp", "m", "mlp", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"],
|
||||||
files: ["a", "biz", "d", "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: {
|
||||||
@ -10095,7 +10093,7 @@
|
|||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
to: function(dest, data) {
|
to: function(dest, data) {
|
||||||
var archive;
|
var archive;
|
||||||
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
archive = (dest === 'search' ? Redirect.data.thread : Redirect.data[dest])[data.boardID];
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
postMessage({version:'1.3.8'},'*')
|
postMessage({version:'1.3.9'},'*')
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "4chan-X",
|
"name": "4chan-X",
|
||||||
"version": "1.3.9",
|
"version": "1.3.10",
|
||||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user