diff --git a/TampermonkeyScriptForMidJourney.js b/TampermonkeyScriptForMidJourney.js index 19e1360..738d630 100644 --- a/TampermonkeyScriptForMidJourney.js +++ b/TampermonkeyScriptForMidJourney.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MidJourney Tools // @namespace http://tampermonkey.net/ -// @version 1.2.1 +// @version 1.3.0 // @description Currently this script is able to augment the midjourney.com website to add the ability to easily save individual images, and bulk save images. // @author Nik // @match https://www.midjourney.com/app/* @@ -40,7 +40,8 @@ $("#searchBlock").before("
"); $(".mj-tools").append("

MidJourney Tools

Mouse over the image you want and press 'd' to download it

") .append("

Images surrounded with a green dotted line have already been downloaded before

") - .append("Save prompt as txt file"); + .append("
") + .append("Save prompt in a .txt file along with each downloaded image"); if (window.saveAllActive == true) { $(".mj-tools").append("");