From 7d2fee1a42cc27f11ed481ec5f33b4198437b8f1 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 24 Mar 2019 19:42:11 +0300 Subject: [PATCH] v1.4.3 --- booru.mass.uploader.user.js | 4 ++-- js/index.html.js | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/booru.mass.uploader.user.js b/booru.mass.uploader.user.js index 8662eae..d2b6131 100644 --- a/booru.mass.uploader.user.js +++ b/booru.mass.uploader.user.js @@ -2,7 +2,7 @@ // @name Booru Mass Uploader // @description Add ability to bulk upload images to your booru // @namespace https://github.com/Seedmanc/Booru-mass-uploader -// @version 1.4.2 +// @version 1.4.3 // @author Seedmanc // @include http*://*.booru.org/index.php* // @include http://rule34.xxx/index.php* @@ -49,7 +49,7 @@ if (~document.location.href.indexOf('s=mass_upload')) { var script = document.createElement('script'); document.body.innerHTML = ''; - script.src = 'https://seedmanc.github.io/Booru-mass-uploader/js/index.html.js?v=1.4.2'; + script.src = 'https://seedmanc.github.io/Booru-mass-uploader/js/index.html.js?v=1.4.3'; script.onload = function () { var scripts = document.getElementsByTagName('script'); diff --git a/js/index.html.js b/js/index.html.js index b515152..56dc1d5 100644 --- a/js/index.html.js +++ b/js/index.html.js @@ -122,14 +122,14 @@ document.documentElement.innerHTML='\ padding-top: 0.5em;\ }\ \ - \ + \ \ - \ - \ - \ + \ + \ + \ \ \ -

Booru Mass-Uploader v1.4.2

\ +

Booru Mass-Uploader v1.4.3

\

This script allows you to mass-upload images to imageboard sites running *booru software.\ Select a number of files and they\'re sent to the website along with the metadata you include such as\ the tags retrived from the filenames.

\