Cache Storage Viewer - Online Inspect PWA Cache
Explore the contents of the Cache Storage API for your domain. See cached requests and their sizes. Debug offline apps.
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.
Explore the contents of the Cache Storage API for your domain. See cached requests and their sizes. Debug offline apps.
Write a generator function and step through it with next(). See values and done state. Understand iterators.
Simulate a traceroute by entering a destination IP. Learn about AS paths and latency. Does not send real packets; educational visualisation.
Generate an <img> tag with the loading='lazy' attribute and optional low‑quality placeholder. Improve Core Web Vitals. Copy the snippet.
Plan a party or event budget by category (venue, food, decorations). See total and cost per guest. Export summary.
Place two containers side by side to see how inline‑flex differs from flex. Understand block vs inline formatting.
Enter the characters you need and generate a smaller font file from a TTF/OTF. Keep only the glyphs you use. Using harfbuzz WASM.
Create a shadow that appears when a container is scrollable. Pure CSS using background attachments. Copy the style easily.
Build a conic gradient with any number of color stops. Visual editor. Ideal for creating pie charts or colorful spinners.
Generate random truth questions and dares for game night. Categories for kids, teens, and adults. No repeats, all client-side fun.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
Enter a URL and extract meta title, description, OG tags into a readable format. Works via frontend proxy or user pastes HTML. Local.
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.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Paste Markdown and convert all links from absolute to relative (or vice‑versa) based on a base domain. Bulk edit.
Learn how to register your PWA to handle custom URL protocols. See the manifest entry and test.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Enter a URL and fetch its text/background colors to perform a bulk contrast check. See warnings for WCAG violations.
Test how non‑Latin characters (Chinese, Cyrillic, Arabic) convert to URL‑safe slugs with proper transliteration rules. Preview the final string.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Drop a PNG file and see all its chunks (IHDR, tEXt, etc.). Extract hidden text and color profiles. Pure JavaScript reader.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce render‑blocking resources.
Enter a URL and follow every redirect until the final destination. Shows each hop's status code, location, and duration.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.
Paste any article and get a list of the most relevant keywords using a simple TF‑IDF‑like model. Skip stop words. All local.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Upload an MP4 video and extract only its audio track as an MP3 file. Quick and without server upload. Local processing.
Enter the URL of any image and receive a random harmonious palette extracted from it. Click to regen. For quick inspiration.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Convert title to URL slug with options: ignore stop words, transliterate special characters, choose separator. SEO friendly.