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.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Author
Francis Pendergast
Daily installs
0
Total installs
0
Ratings
0 0 0
Version
1.3
Created
2025-11-03
Updated
2025-11-03
Size
1.55 KB
License
MIT
Applies to
All sites

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.