fix(userscript): mismatch when navigating from home
parent
607a3c8719
commit
5959505e74
7
build.js
7
build.js
|
|
@ -30,16 +30,13 @@ const userscriptBanner = `// ==UserScript==
|
||||||
// @name Gemini NanoBanana Watermark Remover
|
// @name Gemini NanoBanana Watermark Remover
|
||||||
// @name:zh-CN Gemini NanoBanana 图片水印移除
|
// @name:zh-CN Gemini NanoBanana 图片水印移除
|
||||||
// @namespace https://github.com/journey-ad
|
// @namespace https://github.com/journey-ad
|
||||||
// @version 0.1.4
|
// @version 0.1.5
|
||||||
// @description Automatically removes watermarks from Gemini AI generated images
|
// @description Automatically removes watermarks from Gemini AI generated images
|
||||||
// @description:zh-CN 自动移除 Gemini AI 生成图像中的水印
|
// @description:zh-CN 自动移除 Gemini AI 生成图像中的水印
|
||||||
// @icon https://www.google.com/s2/favicons?domain=gemini.google.com
|
// @icon https://www.google.com/s2/favicons?domain=gemini.google.com
|
||||||
// @author journey-ad
|
// @author journey-ad
|
||||||
// @license MIT
|
// @license MIT
|
||||||
// @match https://gemini.google.com/app
|
// @match https://gemini.google.com/*
|
||||||
// @match https://gemini.google.com/app/*
|
|
||||||
// @match https://gemini.google.com/u/*/app
|
|
||||||
// @match https://gemini.google.com/u/*/app/*
|
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @run-at document-end
|
// @run-at document-end
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue