Skip to content

Extraction Tools

Jeremy Franklin edited this page Aug 22, 2026 · 1 revision

Extraction Tools

Richmack Browser provides multiple extraction tools.

Links

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

URL normalization

Tracking parameters may be removed where possible.

Example:

/book?id=123&utm_source=x

can be normalized to:

/book?id=123

Images

The image tool scans visible page image sources.

Image-heavy pages are useful tests for the extractor.

Email

Email extraction normalizes values such as:

MAILTO:Support@Example.com?subject=Hello

into:

support@example.com

Documents

Richmack recognizes resources such as:

  • PDF
  • EPUB
  • TXT
  • Markdown
  • CSV
  • JSON
  • ZIP

Direct-resource detection

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.

Clone this wiki locally