From ad5de69dc6fa627cf0ee662162b2f5dd79021b80 Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Mon, 29 Apr 2013 15:29:58 -0700 Subject: [PATCH] Move this down --- builds/4chan-X.js | 10 +++++----- builds/4chan-X.user.js | 10 +++++----- builds/crx/script.js | 10 +++++----- src/Archive/Redirect.coffee | 8 ++++---- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index 59b39db1b..5cff75587 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -7482,16 +7482,16 @@ } }, archiver: { - 'NihilAdRem': { - base: '//archive.nihil-ad-rem.net', - boards: ['v', 'vg'], - type: 'foolfuuka' - }, 'Foolz': { base: 'https://archive.foolz.us', boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'], type: 'foolfuuka' }, + 'NihilAdRem': { + base: '//archive.nihil-ad-rem.net', + boards: ['v', 'vg'], + type: 'foolfuuka' + }, 'NSFWFoolz': { base: 'https://nsfw.foolz.us', boards: ['u'], diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 20d332160..dc4df5110 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -7503,16 +7503,16 @@ } }, archiver: { - 'NihilAdRem': { - base: '//archive.nihil-ad-rem.net', - boards: ['v', 'vg'], - type: 'foolfuuka' - }, 'Foolz': { base: 'https://archive.foolz.us', boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'], type: 'foolfuuka' }, + 'NihilAdRem': { + base: '//archive.nihil-ad-rem.net', + boards: ['v', 'vg'], + type: 'foolfuuka' + }, 'NSFWFoolz': { base: 'https://nsfw.foolz.us', boards: ['u'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 8575cd16e..7be8b0b35 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -7487,16 +7487,16 @@ } }, archiver: { - 'NihilAdRem': { - base: '//archive.nihil-ad-rem.net', - boards: ['v', 'vg'], - type: 'foolfuuka' - }, 'Foolz': { base: 'https://archive.foolz.us', boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'], type: 'foolfuuka' }, + 'NihilAdRem': { + base: '//archive.nihil-ad-rem.net', + boards: ['v', 'vg'], + type: 'foolfuuka' + }, 'NSFWFoolz': { base: 'https://nsfw.foolz.us', boards: ['u'], diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 35444a9ce..4b52583a7 100644 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -66,14 +66,14 @@ Redirect = Conf['archivers'] = archive archiver: - 'NihilAdRem': - base: '//archive.nihil-ad-rem.net' - boards: ['v', 'vg'] - type: 'foolfuuka' 'Foolz': base: 'https://archive.foolz.us' boards: ['a', 'co', 'gd', 'jp', 'm', 'q', 'sp', 'tg', 'tv', 'vp', 'vr', 'wsg'] type: 'foolfuuka' + 'NihilAdRem': + base: '//archive.nihil-ad-rem.net' + boards: ['v', 'vg'] + type: 'foolfuuka' 'NSFWFoolz': base: 'https://nsfw.foolz.us' boards: ['u']