Greasy Fork is available in English.
在任意网页自动识别邮箱地址并添加一键复制按钮,支持纯文本邮箱和 mailto 链接,兼容 React/Next.js 动态渲染页面及 AI 聊天界面(如 Gumloop)。
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 动态渲染页面。
| 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 / 无外部请求,无需特殊权限 |
apps.sfc.hk by default (handled by a dedicated SFC script)SCRIPT, STYLE, INPUT, TEXTAREA, CODE, PRE tags<a> tags, only mailto: links are processed — regular hyperlinks are skippedMIT License · by Nosy Swab
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 聊天平台的兼容性,此类平台的邮箱常以流式输出渲染在代码块中。
CODE and PRE from skip list / 移除 CODE 和 PRE 的跳过规则characterData mutation listening for streamed output / 新增流式文本变化监听