diff --git a/LICENSE b/LICENSE index 6bb57545a..6d1b0a850 100755 --- a/LICENSE +++ b/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 diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 7c1656039..4959536ae 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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) { diff --git a/builds/crx/script.js b/builds/crx/script.js index c5bc6054b..859700681 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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) {