Greasy Fork

Greasy Fork is available in English.

全站邮箱一键复制

在任意网页自动识别邮箱地址并添加一键复制按钮,支持纯文本邮箱和 mailto 链接,兼容 React/Next.js 动态渲染页面及 AI 聊天界面(如 Gumloop)。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Nosy Swab
日安装量
0
总安装量
4
评分
0 0 0
版本
1.7
创建于
2026-03-17
更新于
2026-03-25
大小
9.6 KB
许可证
MIT
适用于
所有网站

📋 Email Copy Button for All Sites / 全站邮箱一键复制

Automatically detects email addresses on any webpage and adds a one-click 📋 copy button next to every email. Supports plain text emails and mailto: links, including React/Next.js dynamically rendered pages.

在任意网页自动识别邮箱地址并添加一键复制按钮,支持纯文本邮箱和 mailto 链接,兼容 React/Next.js 动态渲染页面。

✨ Features / 功能特性

Feature / 功能Details / 说明
🔍 Auto Detection / 自动检测Detects emails in plain text & mailto links / 识别纯文本邮箱和 mailto 链接
⚡ Dynamic Pages / 动态页面Works with React/Next.js via MutationObserver / 兼容 React/Next.js 动态加载
📋 One-Click Copy / 一键复制Copies email to clipboard instantly / 一键复制到剪贴板
✅ Visual Feedback / 视觉反馈Button turns green with ✓ on success / 复制成功后变绿显示 ✓
🚫 Smart Skip / 智能跳过Skips SCRIPT, STYLE, INPUT, TEXTAREA, CODE, PRE tags / 跳过代码和表单标签
🔒 Privacy Safe / 隐私安全No data sent externally, no permissions required / 无外部请求,无需特殊权限

🚀 Use Cases / 适用场景

  • 💼 BD / Sales: Copy contact emails from company "Contact Us" pages instantly
  • 🔵 Researchers: Efficiently collect institutional / corporate contact emails
  • 👨‍💻 Developers: Copy technical contact emails from docs, GitHub, forums

⚙️ Notes / 注意事项

  • Excludes apps.sfc.hk by default (handled by a dedicated SFC script)
  • Does not process emails inside SCRIPT, STYLE, INPUT, TEXTAREA, CODE, PRE tags
  • For <a> tags, only mailto: links are processed — regular hyperlinks are skipped
  • Found a bug? Please submit feedback


MIT License · by Nosy Swab

🆕 v1.7 — Gumloop & AI Chat Compatibility / 兼容 AI 聊天界面

v1.7 fixes compatibility with AI agent chat platforms like Gumloop where emails appear in streamed, code-block-style output.

v1.7 修复与 Gumloop 等 AI Agent 聊天平台的兼容性,此类平台的邮箱常以流式输出渲染在代码块中。

  • Removed CODE and PRE from skip list / 移除 CODE 和 PRE 的跳过规则
  • Added characterData mutation listening for streamed output / 新增流式文本变化监听
  • Extended retry delays to 15 seconds for slow AI responses / 重试延迟延长至 15 秒