Account Generator

When a password input is detected, it will generate a Email;Username;Password combination and set it to clipboard, then it waits until a email was received and alerts the user of it

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu betiği yüklemek için bir betik yöneticisi eklentisi yüklemeniz gerekecektir.

(Zaten bir betik yöneticim var, hadi yükleyelim!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
TheEmptynessProject
Günlük kurulumlar
0
Toplam kurulumlar
80
Değerlendirmeler
0 0 0
Versiyon
2.2
Oluşturulma
31.01.2023
Güncellenme
23.01.2024
Boyut
6,42 KB
Lisans
MIT
Geçerli
Tüm siteler

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.