From 83c2e467f838993e5c0d698251b3d4dcea04926d Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Wed, 1 May 2013 16:51:02 -0700 Subject: [PATCH] Build --- builds/4chan-X.js | 11 ++++++++++- builds/4chan-X.user.js | 11 ++++++++++- builds/crx/script.js | 11 ++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index 3e2882895..07f1ab00f 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -7576,7 +7576,11 @@ case 'wg': return "//archive.nyafuu.org/" + boardID + "/full_image/" + filename; case 'd': + case 'h': + case 'v': return "//loveisover.me/" + boardID + "/full_image/" + filename; + case 'vg': + return "http://nth.pensivenonsen.se/" + boardID + "/full_image/" + filename; case 'ck': case 'fa': case 'lit': @@ -7670,7 +7674,12 @@ }, 'LoveIsOver': { base: '//loveisover.me', - boards: ['d'], + boards: ['d', 'h', 'v'], + type: 'foolfuuka' + }, + 'PensiveNonsen': { + base: 'http://nth.pensivenonsen.se', + boards: ['d', 'h', 'v'], type: 'foolfuuka' }, 'Warosu': { diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index a0c297cee..098418210 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -7597,7 +7597,11 @@ case 'wg': return "//archive.nyafuu.org/" + boardID + "/full_image/" + filename; case 'd': + case 'h': + case 'v': return "//loveisover.me/" + boardID + "/full_image/" + filename; + case 'vg': + return "http://nth.pensivenonsen.se/" + boardID + "/full_image/" + filename; case 'ck': case 'fa': case 'lit': @@ -7691,7 +7695,12 @@ }, 'LoveIsOver': { base: '//loveisover.me', - boards: ['d'], + boards: ['d', 'h', 'v'], + type: 'foolfuuka' + }, + 'PensiveNonsen': { + base: 'http://nth.pensivenonsen.se', + boards: ['d', 'h', 'v'], type: 'foolfuuka' }, 'Warosu': { diff --git a/builds/crx/script.js b/builds/crx/script.js index 5cff02046..2faf4d145 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -7580,7 +7580,11 @@ case 'wg': return "//archive.nyafuu.org/" + boardID + "/full_image/" + filename; case 'd': + case 'h': + case 'v': return "//loveisover.me/" + boardID + "/full_image/" + filename; + case 'vg': + return "http://nth.pensivenonsen.se/" + boardID + "/full_image/" + filename; case 'ck': case 'fa': case 'lit': @@ -7674,7 +7678,12 @@ }, 'LoveIsOver': { base: '//loveisover.me', - boards: ['d'], + boards: ['d', 'h', 'v'], + type: 'foolfuuka' + }, + 'PensiveNonsen': { + base: 'http://nth.pensivenonsen.se', + boards: ['d', 'h', 'v'], type: 'foolfuuka' }, 'Warosu': {