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']