您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a 📃 button that opens the menu, clicks “Export to…”, then highlights and clicks the “Export to Docs” button when it appears.
当前为
Adds a “📃” button to the Gemini web UI that automates “︙ → Export to… → Export to Docs” with visual highlight and click.
目的
Gemini のチャット応答ブロックに新しいボタン「📃」を追加し、
クリック一つで
対応環境
// ==UserScript==
// @name Gemini Export Button
// @namespace https://x.com/TakashiSasaki/tampermonkey/gemini-export
// @version 0.9.3
// @description Adds a 📃 button that opens the menu, clicks “Export to…”, then highlights and clicks the “Export to Docs” button when it appears.
// @author Takashi Sasaki
// @homepage https://x.com/TakashiSasaki
// @supportURL https://x.com/TakashiSasaki
// @license MIT
// @match https://gemini.google.com/app/*
// @icon https://x.com/TakashiSasaki/path/to/icon.png
// @updateURL https://greasyfork.org/scripts/533686-gemini-export-cascade-highlight-click/code
// @downloadURL https://greasyfork.org/scripts/533686-gemini-export-cascade-highlight-click/code
// @compatible tampermonkey
// @compatible violentmonkey
// @grant none
// @run-at document-idle
// ==/UserScript==
Thank you for using “Gemini Export Button”! ✨