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.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.3.2 - 2014-01-16
|
||||
* 4chan X - Version 1.3.2 - 2014-01-17
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -10198,8 +10198,8 @@
|
||||
}
|
||||
}, {
|
||||
name: "Nyafuu",
|
||||
boards: ["c", "w", "wg"],
|
||||
files: ["c", "w", "wg"],
|
||||
boards: ["c", "e", "w", "wg"],
|
||||
files: ["c", "e", "w", "wg"],
|
||||
data: {
|
||||
domain: "archive.nyafuu.org",
|
||||
http: true,
|
||||
@ -10256,6 +10256,16 @@
|
||||
withCredentials: true,
|
||||
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) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// 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.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -10187,8 +10187,8 @@
|
||||
}
|
||||
}, {
|
||||
name: "Nyafuu",
|
||||
boards: ["c", "w", "wg"],
|
||||
files: ["c", "w", "wg"],
|
||||
boards: ["c", "e", "w", "wg"],
|
||||
files: ["c", "e", "w", "wg"],
|
||||
data: {
|
||||
domain: "archive.nyafuu.org",
|
||||
http: true,
|
||||
@ -10245,6 +10245,16 @@
|
||||
withCredentials: true,
|
||||
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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user