feat(userscript): suppress cross-origin prompts

main
Jad 2026-01-04 10:05:43 +08:00
parent 5ede3dcaa5
commit 1bddf1f4f5
1 changed files with 2 additions and 1 deletions

View File

@ -30,13 +30,14 @@ const userscriptBanner = `// ==UserScript==
// @name Gemini NanoBanana Watermark Remover
// @name:zh-CN Gemini NanoBanana 图片水印移除
// @namespace https://github.com/journey-ad
// @version 0.1.5
// @version 0.1.6
// @description Automatically removes watermarks from Gemini AI generated images
// @description:zh-CN 自动移除 Gemini AI 生成图像中的水印
// @icon https://www.google.com/s2/favicons?domain=gemini.google.com
// @author journey-ad
// @license MIT
// @match https://gemini.google.com/*
// @connect googleusercontent.com
// @grant GM_xmlhttpRequest
// @run-at document-end
// ==/UserScript==