https://github.com/theemptynessproject/accountgenuniversal
https://github.com/theemptynessproject/accountgenuniversal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theemptynessproject/accountgenuniversal
- Owner: TheEmptynessProject
- License: mit
- Created: 2023-01-31T03:44:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T23:28:53.000Z (over 2 years ago)
- Last Synced: 2026-02-07T20:42:57.709Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Account Generator UserScript
Are you tired of spam emails? Worried about your privacy? Well... You're welcome!
## Overview
The AccountGenUniversal UserScript automates secure and unique account credential creation for websites, simplifying the registration process by generating temporary email addresses, usernames, and passwords.
## Features
**Automatic Password Generation**: This script generates a strong and random password for enhanced security.
**Temporary Email Address Generation**: The script uses the **1secmail** API to generate a disposable email address, ensuring user privacy during the account creation process.
**Clipboard Integration**: The generated account details (email, username, and password) are copied to the clipboard, making it easy for users to paste the information during the registration process.
**Email Alert**: The script waits until an email is received at the generated email address and alerts the user. It provides a seamless way to monitor and verify account-related emails.
## How to Use
1. Install a UserScript manager for your browser (e.g., Tampermonkey, Greasemonkey).
2. Add the Account Generator script to your UserScript manager.
3. Visit a website with an account registration form.
4. The script will create a button on the UserScript manager (it should support GM_registerMenuCommand).
5. Click that button and it will generate account details.
6. The script waits for an email to be sent to the generated email. It then opens a popup if it is allowed, if not, it logs the email to the console as a assurance, though it is not very readable and sets your clipboard to the url where you can see the email like normal (just open a new tab and paste it!).
7. Done
## Customization
Adjust the password length by modifying the *passLen* variable in the script.
Customize the list of first and second names for username generation to suit your preferences.
## License
This project is licensed under the MIT License.