Console Log Extractor - Online Capture & Download Console
A tiny tool that hooks into the console and lets you export all messages to a file. Helpful for non‑technical bug reporting.
UD5 Toolkit
Extract URL query parameters and view them in a clean, sortable table. Supports decoding, multi-value keys, and export to JSON or query string.
? symbol. It contains key-value pairs separated by &. For example, in https://example.com/search?q=term&page=2, the parameters are q=term and page=2. They are often used to pass data to web servers or to track user behavior.
%20. Our tool automatically decodes these values using decodeURIComponent(), so you see the human‑readable form. If a value is malformed, the raw encoded string is displayed.
php, javascript). When you copy that value or export to JSON, the tool preserves the multiple values. In JSON output, the key will hold an array if there are multiple values, or a single string otherwise.
https://site.com/page?key=val), a relative URL, or even a raw query string (e.g., key1=val1&key2=val2). The tool is smart enough to detect the query part. If you only have the part after the ?, just paste it directly.
?debug). In that case the table shows an empty value cell. The tool still recognizes the parameter, and you can copy the empty string or include it in exports.
A tiny tool that hooks into the console and lets you export all messages to a file. Helpful for non‑technical bug reporting.
Fetch a page and list all loaded assets (CSS, JS, images) with their sizes. See total page weight. Quick performance check.
Check how many pages a PDF has without uploading it (uses FileReader). Also shows file size and title if available. Simple and fast client-side tool.
Explore the contents of the Cache Storage API for your domain. See cached requests and their sizes. Debug offline apps.
Connect to a WebTransport server and exchange data over QUIC. See latency and throughput. Perfect for exploring low‑latency real‑time APIs.
Estimate how long it takes to download/upload a file given bandwidth speed. Also convert between bits and bytes.
Create circular and elliptical clip paths visually. Adjust radius and position. Copy the CSS. For avatars and masks.
Count total DOM nodes on the current page and show warnings if limits exceed best practices. Keep the DOM lean.
Plan a party or event budget by category (venue, food, decorations). See total and cost per guest. Export summary.
See the current state of a Service Worker for your page: installing, waiting, active. Unregister or skip waiting. Developer utility.
Rate symptoms severity daily and add notes. Visual pain map. Export for doctor visit. Private local storage.
Create a custom cookie consent banner with text, button styles, and colors. Copy the ready‑to‑use HTML/CSS/JS snippet.
A completely black page to save battery on OLED devices. Click to go fullscreen. Simple utility.
Simulate memory page reference strings with FIFO, LRU, and Optimal algorithms. See page fault count. OS concept demo.
Log individual leaf cuttings, track callousing and root development days. Identify which leaves are most viable.
Compare different insulated containers by their ice retention time based on ambient temperature. Help choose the right bottle for a hot hike.
Enter air and snow temperature plus humidity to get the right glide wax color (Swix/Toko). Perfect kick and glide.
Log leftovers with date stored and set visual alerts when they need to be eaten. Reduce food waste. Local storage.
Load any variable font from Google Fonts or local file and play with weight, width, slant, and custom axes. Download CSS.
Choose where page breaks should occur for printing. Get the break‑before, break‑after, and break‑inside CSS.
Calculate the probability of exactly k successes in n independent Bernoulli trials. Step-by-step result. Local.
Adjust speed and see how dynamic pressure changes. Visualize how a pitot tube measures airspeed. Aviation & physics demo.
Get endless 'Never Have I Ever' statements for your group. Clean and spicy modes. No installation, just pick up and play.
Establish a peer‑to‑peer text chat between two browser tabs or devices using WebRTC data channels. All signaling via copy‑paste. No server.
Generate random truth questions and dares for game night. Categories for kids, teens, and adults. No repeats, all client-side fun.
Click for a curated motivational quote from famous figures. Share on social media with a single tap. Uplifting.
Enter the characters you need and generate a smaller font file from a TTF/OTF. Keep only the glyphs you use. Using harfbuzz WASM.
Generate a printable pace band for ultra distances with mile/km splits and cumulative time. Adjust for terrain.
Create a shadow that appears when a container is scrollable. Pure CSS using background attachments. Copy the style easily.
Compare different grid track sizing methods: fr, auto, minmax(), and fixed values. See how they respond to content.