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.

作者
Francis Pendergast
今日安裝
0
安裝總數
0
評價
0 0 0
版本
1.3
建立日期
2025-11-03
更新日期
2025-11-03
尺寸
1.5 KB
授權條款
MIT
腳本執行於
所有網站

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.