您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
自动保持Google AI Studio的Autosave开关处于开启状态
您是否在使用 Google AI Studio 时遇到过 "Autosave" (自动保存) 开关在刷新页面或切换模型后自动关闭的问题?这可能会导致您不小心丢失重要的 Prompt 或工作进度。
此脚本旨在解决这个问题。它会持续监控 "Autosave" 开关的状态,一旦检测到它被关闭,就会立即自动将其重新开启。从此,您可以专注于创作,无需再担心忘记手动开启自动保存。
MutationObserver
技术,高效地实时监控开关状态变化,响应迅速且性能开销极低。
Have you ever noticed that the "Autosave" toggle in Google AI Studio sometimes turns itself off after a page refresh or when switching models? This can be frustrating and may lead to losing your unsaved prompts or progress.
This script solves that problem. It constantly monitors the "Autosave" toggle, and if it ever finds it in the "off" state, it will immediately and automatically turn it back on for you. Now you can focus on your work without worrying about manually re-enabling autosave.
MutationObserver
API to watch for changes to the toggle in real-time, ensuring a fast response with minimal performance impact.