mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-25 23:32:25 +02:00
Adds a debounced text search input above the D3 tree that filters all ~1,000+ tool nodes by name and description. Results appear as a flat list with breadcrumb paths; clearing the input hides the panel. - No build step required: vanilla JS, no new dependencies - Sanitizes HTML output (escapeHtml/escapeAttr) and validates URLs (http/https only) - Dark and light mode compatible via existing CSS variables - Results capped at 50 to keep rendering fast Co-Authored-By: Paperclip <noreply@paperclip.ing>