feat: add DuckDuckGo Email Protection autofill settings
- Implemented a new content script for DuckDuckGo Email autofill functionality. - Enhanced email polling scripts (mail-163.js, qq-mail.js, signup-page.js, vps-panel.js) to handle user flow interruptions. - Updated utility functions to manage flow stopping and error handling. - Introduced a stop button in the side panel for user control over ongoing processes. - Improved UI elements and styles for better user experience, including new button states and messages. - Adjusted the side panel to fetch DuckDuckGo email automatically and display it in the input field.
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# Multi-Page Automation
|
||||
|
||||
ChatGPT OAuth 批量注册自动化 Chrome 扩展。
|
||||
|
||||
## 前提
|
||||
|
||||
- 注册 [DuckDuckGo Email Protection](https://duckduckgo.com/email/),获取 @duck.com 邮箱地址,转发目标设为 163 或 QQ 邮箱
|
||||
- Chrome 浏览器,开发者模式加载本扩展
|
||||
- 提前登录好 VPS 管理面板和对应的邮箱(163 或 QQ)
|
||||
|
||||
## 安装
|
||||
|
||||
1. 打开 `chrome://extensions/`,开启「开发者模式」
|
||||
2. 点击「加载已解压的扩展程序」,选择本项目文件夹
|
||||
3. 点击浏览器工具栏的扩展图标,打开侧边面板
|
||||
|
||||
## 执行流程
|
||||
|
||||
在侧边面板填入 VPS 管理面板地址,选择邮箱类型,设置运行次数,点击 Auto:
|
||||
|
||||
1. **获取 OAuth 链接** — 自动打开 VPS 面板,点击登录拿到 OpenAI 授权链接
|
||||
2. **打开注册页** — 用授权链接打开 OpenAI 注册页,自动点击 Sign up
|
||||
3. ⏸️ **暂停等待** — 面板弹出橙色提示,**手动粘贴一个新的 @duck.com 邮箱地址**,点击 Continue
|
||||
4. **填写注册信息** — 自动将 @duck.com 地址填入注册表单,自动生成随机密码,提交
|
||||
5. **获取注册验证码** — 自动切到邮箱轮询收件箱,提取 6 位验证码,填回注册页
|
||||
6. **完善资料** — 自动随机生成英文姓名和生日,提交完成注册
|
||||
7. **登录** — 重新打开 OAuth 链接,用刚注册的账号自动登录
|
||||
8. **获取登录验证码** — 再次轮询邮箱拿验证码,自动填入
|
||||
9. **完成 OAuth 授权** — 自动点击授权页「继续」,后台捕获回调地址
|
||||
10. **VPS 回调验证** — 自动将回调地址提交到 VPS 面板,完成认证
|
||||
|
||||
> 全程仅需在第 3 步手动粘贴一次邮箱地址,其余全自动。
|
||||
> 支持设置 N 次连续批量运行,每轮在第 2 步后暂停等待粘贴新邮箱。
|
||||
|
||||
## 安全说明
|
||||
|
||||
- VPS 地址在面板中以密码框显示,不会明文泄露
|
||||
- 每次注册自动生成随机强密码(14位,含大小写+数字+符号)
|
||||
- 所有状态存储在 `chrome.storage.session`,浏览器关闭即清除
|
||||
- 代码中无硬编码的密码、IP 地址等敏感信息
|
||||
|
||||
Reference in New Issue
Block a user