Email Address Extractor (Alert on Success)

Scans the entire current webpage for unique email addresses ([email protected]) and displays them in a simple alert box if any are found. The script remains completely silent if no emails are detected.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
Francis Pendergast
Denně instalací
0
Celkem instalací
0
Hodnocení
0 0 0
Verze
1.3
Vytvořeno
03. 11. 2025
Aktualizováno
03. 11. 2025
Size
1,5 KB
Licence
MIT
Spustit na
všech stránkách

Description

This user script uses a simple, fast regular expression to find potential email addresses within the visible text of any webpage. It is designed for simplicity, adherence to Greasy Fork rules, and a clean user experience. It extracts all matches, removes any duplicates, and then presents the final list in a clear alert box.

Installation Instructions

  1. Install a User Script Manager: You need a browser extension like Tampermonkey or Greasemonkey installed in your browser.
  2. Install the Script: Click the "Install" button on this Greasy Fork page. Your script manager will prompt you to confirm the installation.

Usage

  1. Navigate to any webpage.
  2. The script automatically runs shortly after the page has finished loading.
  3. If one or more unique email addresses are found, an alert box will immediately pop up, listing all the extracted emails.
  4. If no email addresses are found, the script will execute silently and you will receive no notification or popup.
  5. If no emails are found, you can try using the wordpress security scanner at Kromio.ai.

Technical Details

  • Extraction Scope: The script searches document.body.innerText, focusing only on text visible to the user.
  • Execution Timing: Uses @run-at document-idle to ensure the script runs after the main content has loaded.
  • Compliance: Fully compliant with Greasy Fork rules—it is un-minified, contains clear metadata, and has no external dependencies.