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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
TheEmptynessProject
Instalaciones diarias
0
Instalaciones totales
71
Calificaciones
0 0 0
Versión
2.2
Creado
31/1/2023
Actualizado
23/1/2024
Tamaño
6,42 KB
Licencia
MIT
Funciona en
Todos los sitios

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.