-
Notifications
You must be signed in to change notification settings - Fork 0
Extraction Tools
Jeremy Franklin edited this page Aug 22, 2026
·
1 revision
Richmack Browser provides multiple extraction tools.
The link extractor can collect all visible page links.
Future/advanced filtering concepts include:
- same-domain links
- external links
- books
- authors
- documents
- media
- cleaned URLs
Tracking parameters may be removed where possible.
Example:
/book?id=123&utm_source=x
can be normalized to:
/book?id=123
The image tool scans visible page image sources.
Image-heavy pages are useful tests for the extractor.
Email extraction normalizes values such as:
MAILTO:Support@Example.com?subject=Hello
into:
support@example.com
Richmack recognizes resources such as:
- EPUB
- TXT
- Markdown
- CSV
- JSON
- ZIP
Some resources, especially PDFs displayed in Chromium's internal viewer, cannot be scanned like ordinary DOM pages.
Richmack therefore also inspects the current tab URL.
Example:
https://example.com/file.pdf
can be recognized as a PDF even if script injection into the PDF viewer is unavailable.
Getting Started
Browser
Research
Automation
Backend
Project