Highlighted Text Extractor – Online Gather Citations From Web
Paste text with highlights (e.g., from Apple Books) and extract only the highlighted lines. Save as list.
UD5 Toolkit
Online Capture & Download Console Logs in Real-Time
No logs captured yet
Console output will appear here in real-time. Try the test buttons below or open your browser console.
A Console Log Extractor is a browser-based tool that intercepts and captures all console.log(), console.error(), console.warn(), console.info(), and console.debug() calls made by JavaScript on a webpage. It displays them in a structured, searchable interface and allows you to export or download the captured logs in various formats like JSON, TXT, or CSV — making debugging and reporting much easier, especially on devices where DevTools are unavailable.
The tool works by monkey-patching the browser's native console methods. When initialized, it stores references to the original console.log, console.error, etc., and replaces them with wrapper functions. These wrappers call the original methods (so logs still appear in the browser's DevTools) while simultaneously recording the timestamp, log level, and serialized arguments into an in-memory queue. The UI then renders this queue in real-time.
The tool captures five primary log levels: Log (standard output), Info (informational messages), Warn (warnings), Error (errors with stack traces), and Debug (debug-level messages). It also handles console.clear() events. Complex arguments like objects and arrays are automatically serialized to JSON for display, while Error objects include their stack traces.
Capturing console logs is essential for debugging web applications, especially in production environments or on mobile devices where browser DevTools are not accessible. It's also useful for QA testing (collecting logs during test sessions), remote debugging (users can share logs with developers), performance monitoring, and audit trails of client-side JavaScript execution.
Absolutely safe. All log data is stored entirely in your browser's memory (RAM) and never transmitted to any server. When you close the page or clear the logs, the data is permanently gone. The tool operates 100% client-side. Exported files are generated locally via Blob URLs and downloaded directly to your device.
You can export captured logs in three formats: JSON (structured, machine-readable — ideal for programmatic analysis), TXT (human-readable plain text with timestamps), and CSV (comma-separated values — perfect for opening in Excel or Google Sheets). You can also copy all logs to your clipboard with a single click.
Yes! The tool provides quick filter buttons for each log level (All, Log, Info, Warn, Error, Debug). Click any filter to show only logs of that severity. Combined with the search box, you can quickly narrow down hundreds of log entries to find exactly what you're looking for.
Logs are stored in memory and will be lost if you navigate away or refresh the page. We recommend exporting important logs before leaving the page. However, the console interception is global — if you keep this tool open in one tab, it can capture logs from code executing in that tab context.
Paste text with highlights (e.g., from Apple Books) and extract only the highlighted lines. Save as list.
Record feeding times, side (left/right for nursing) or oz for bottle. Track daily patterns. Data stays in your browser. Simple newborn helper.
Start/stop timer per project to log hours. See daily and weekly totals. Data stays in localStorage. Export summary as CSV. No account needed.
Track odometer readings, distance, fuel fill-ups and compute MPG/L/100km. Data stored in localStorage. Simple expense summary for tax or budgeting.
Write Markdown and instantly print/save as a styled PDF. Choose from multiple themes. Uses browser print function for high-quality output. Local only.
Enter an image URL to extract a 5-color dominant palette. Avoids uploading files. Uses canvas to read remote image pixels. Fast and privacy-oriented.
Log the hours you slept each night and rate the quality. See a weekly bar chart. Local storage.
Record daily systolic/diastolic readings and pulse. See a trend chart. All data saved locally in your browser.
Parse an SVG path’s d attribute and list all the commands and absolute coordinates. Convert relative to absolute. Local.
Drop a PDF and count the total words, characters, and pages. Text extraction is done locally. Privacy‑friendly.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Paste a linear‑gradient CSS value and see all the color stops listed as a palette. Copy individual hex codes. Quick reference.
Extract the audio track from any video file and download it as MP3 or WAV. Works offline; no server upload.
Paste a mixed text and get a list of only the emojis found within. Counts each unique emoji. Data cleanliness tool.
Paste your stylesheet and get a clean list of all custom properties defined under :root. Copy the whole block. Local analysis.
Paste an SVG file and extract all path data. Clean and copy individual d strings. For icon manipulation.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
Upload an animated GIF and download every single frame as a separate PNG image. See frame delays and total count. Entirely local.
Enter a URL and see a nested list of all h1‑h6 tags. Check document structure for SEO and accessibility.
Paste a raw server log snippet and see a structured table with IP, method, URL, and status. Quick audit.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Fetch a website's CSS and extract :root custom properties (‑‑color) to reveal its design token palette. For learning and inspiration.
Extract selectable text from a PDF using the browser's built‑in PDF rendering. Copy or download as TXT. No upload, fully private.
Paste text, highlight important parts, and extract only highlights. Great for research and studying. Entirely client-side.
Extract specific pages or split a PDF document into multiple files. Works entirely in the browser; your documents never leave your computer.
Draw and edit SVG vector graphics in the browser. Basic shapes, text, and freehand. Export raw SVG code or as a file. No server, fully local.
Search and extract values from a large JSON object using dot/bracket notation. Quickly locate deeply nested fields. Data stays local in your browser.
Extract text from images using basic OCR technology. Works best with clear, printed fonts. Completely local, images never leave your browser for privacy.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.