Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedmanc committed Mar 24, 2019
1 parent 63632d5 commit 7d2fee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions booru.mass.uploader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -49,7 +49,7 @@ if (~document.location.href.indexOf('s=mass_upload')) {
var script = document.createElement('script');

document.body.innerHTML = '<img src="https://seedmanc.github.io/Booru-mass-uploader/spinner.gif"/>';
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');

Expand Down
10 changes: 5 additions & 5 deletions js/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ document.documentElement.innerHTML='\
padding-top: 0.5em;\
}\
</style>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/common-min.js?v=1.4.0"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/common-min.js?v=1.4.3"></script>\
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.3.0/prototype.js"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/booru-params.js?v=1.4.0"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/helpers.min.js?v=1.4.1"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/uploader.js?v=1.4.1"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/booru-params.js?v=1.4.3"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/helpers.min.js?v=1.4.3"></script>\
<script type="text/javascript" src="https://seedmanc.github.io/Booru-mass-uploader/js/uploader.js?v=1.4.3"></script>\
</head>\
<body>\
<h1>Booru Mass-Uploader<span style="font-size:14px;"> v1.4.2</span></h1>\
<h1>Booru Mass-Uploader<span style="font-size:14px;"> v1.4.3</span></h1>\
<p class="intro">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.</p>\
Expand Down

0 comments on commit 7d2fee1

Please sign in to comment.