This commit is contained in:
Zixaphir 2014-01-17 13:10:52 -07:00
parent 22ab0a4a12
commit 90f780fff3
3 changed files with 27 additions and 7 deletions

View File

@ -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

View File

@ -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) {

View File

@ -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) {