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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
TheEmptynessProject
Installazioni giornaliere
0
Installazioni totali
80
Valutazione
0 0 0
Versione
2.2
Creato il
31/01/2023
Aggiornato il
23/01/2024
Dimensione
6,42 KB
Licenza
MIT
Applica a
Tutti i siti

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.