// ==UserScript== // @name Adobe Firefly 下载 // @namespace http://tampermonkey.net/ // @version 0.1 // @description Adobe Firefly 直接提供下载按钮, 无水印 // @license AGPL-3.0-or-later // @author Y.V // @match *://firefly.adobe.com/* // @icon https://firefly.adobe.com/adobe_favicon.ico // @grant GM_addStyle // @grant GM_xmlhttpRequest // @grant GM_registerMenuCommand // @grant unsafeWindow // @require https://code.jquery.com/jquery-3.6.0.min.js // @downloadURL none // ==/UserScript== (function () { "use strict"; let init = false; let initCanvas = false; let initSpBtn = false; const main = () => { const newImgEls = $(".clio-thumbnail-wrapper img"); const canvas = $("canvas")[0]; const testEl = $("test")[0]; if (newImgEls.length == 4) { if (!init) { newImgEls.each(function () { const buttonEl = $("