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 Cascade Highlight & Click
// @namespace https://x.com/TakashiSasaki/tampermonkey/gemini-export
// @version 0.9.1
// @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://github.com/TakashiSasaki/gemini-export/issues
// @license MIT
// @match https://gemini.google.com/app/*
// @icon https://x.com/TakashiSasaki/path/to/icon.png
// @updateURL https://raw.githubusercontent.com/TakashiSasaki/gemini-export/main/gemini_export.user.js
// @downloadURL https://raw.githubusercontent.com/TakashiSasaki/gemini-export/main/gemini_export.user.js
// @compatible tampermonkey
// @compatible violentmonkey
// @grant none
// @run-at document-idle
// ==/UserScript==
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址