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;\ }\ \ - \ + \ \ - \ - \ - \ + \ + \ + \ \
\ -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.
\