From 2d47870f51bdae7b2163349f9db576d8e43995be Mon Sep 17 00:00:00 2001 From: Kabir Sala Date: Mon, 24 Feb 2014 17:28:47 +0100 Subject: [PATCH] Fix #12 --- LICENSE | 2 +- builds/4chan-X.user.js | 12 +----------- builds/crx/script.js | 12 +----------- src/Archive/Redirect.coffee | 9 --------- 4 files changed, 3 insertions(+), 32 deletions(-) diff --git a/LICENSE b/LICENSE index 3a4168730..557b9e09f 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.10 - 2014-02-21 +* 4chan X - Version 1.3.10 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 312a80c33..f29a50a98 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -23,7 +23,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.10 - 2014-02-21 +* 4chan X - Version 1.3.10 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -10015,16 +10015,6 @@ https: true, software: "foolfuuka" } - }, { - name: "Install Gentoo", - boards: ["diy", "g", "sci"], - files: [], - data: { - domain: "archive.installgentoo.net", - http: false, - https: true, - software: "fuuka" - } }, { name: "Rebecca Black Tech", boards: ["cgl", "g", "mu", "w"], diff --git a/builds/crx/script.js b/builds/crx/script.js index 805742f95..97e34a250 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.10 - 2014-02-21 +* 4chan X - Version 1.3.10 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -10008,16 +10008,6 @@ https: true, software: "foolfuuka" } - }, { - name: "Install Gentoo", - boards: ["diy", "g", "sci"], - files: [], - data: { - domain: "archive.installgentoo.net", - http: false, - https: true, - software: "fuuka" - } }, { name: "Rebecca Black Tech", boards: ["cgl", "g", "mu", "w"], diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 6c57b51c9..d74d19d15 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -76,15 +76,6 @@ Redirect = http: true https: true software: "foolfuuka" - , - name: "Install Gentoo" - boards: ["diy", "g", "sci"] - files: [] - data: - domain: "archive.installgentoo.net" - http: false - https: true - software: "fuuka" , name: "Rebecca Black Tech" boards: ["cgl", "g", "mu", "w"]