From e5dbd072b443be23f936f391ca589683e8e01cf2 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 19 Sep 2022 13:33:56 -0700 Subject: [PATCH] Update TampermonkeyScriptForMidJourney.js - Cleaned up the UI for the new "save prompt in a txt file" feature --- TampermonkeyScriptForMidJourney.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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("");