build
This commit is contained in:
parent
22ab0a4a12
commit
90f780fff3
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-16
|
* 4chan X - Version 1.3.2 - 2014-01-17
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-16
|
* 4chan X - Version 1.3.2 - 2014-01-17
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
@ -10198,8 +10198,8 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Nyafuu",
|
name: "Nyafuu",
|
||||||
boards: ["c", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
files: ["c", "w", "wg"],
|
files: ["c", "e", "w", "wg"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.nyafuu.org",
|
domain: "archive.nyafuu.org",
|
||||||
http: true,
|
http: true,
|
||||||
@ -10256,6 +10256,16 @@
|
|||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: "Love is Over",
|
||||||
|
boards: ["d", "i"],
|
||||||
|
files: ["d", "i"],
|
||||||
|
data: {
|
||||||
|
domain: "loveisover.me",
|
||||||
|
http: true,
|
||||||
|
https: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
to: function(dest, data) {
|
to: function(dest, data) {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.3.2 - 2014-01-16
|
* 4chan X - Version 1.3.2 - 2014-01-17
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||||
@ -10187,8 +10187,8 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: "Nyafuu",
|
name: "Nyafuu",
|
||||||
boards: ["c", "w", "wg"],
|
boards: ["c", "e", "w", "wg"],
|
||||||
files: ["c", "w", "wg"],
|
files: ["c", "e", "w", "wg"],
|
||||||
data: {
|
data: {
|
||||||
domain: "archive.nyafuu.org",
|
domain: "archive.nyafuu.org",
|
||||||
http: true,
|
http: true,
|
||||||
@ -10245,6 +10245,16 @@
|
|||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
software: "foolfuuka"
|
software: "foolfuuka"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: "Love is Over",
|
||||||
|
boards: ["d", "i"],
|
||||||
|
files: ["d", "i"],
|
||||||
|
data: {
|
||||||
|
domain: "loveisover.me",
|
||||||
|
http: true,
|
||||||
|
https: true,
|
||||||
|
software: "foolfuuka"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
to: function(dest, data) {
|
to: function(dest, data) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user