URL Safety Checker – Scan for Malware & Phishing Threats
Enter a suspicious link and this tool performs a client‑side check against public threat intelligence feeds. See risk category before you click.
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.
Enter a suspicious link and this tool performs a client‑side check against public threat intelligence feeds. See risk category before you click.
Fill in the source, medium, campaign, term, and content fields to generate a properly formatted UTM‑tagged URL. Copy the clean link for your ads.
Convert text containing accented characters (é, ü, ñ) to their ASCII equivalents for clean, readable URL slugs. Supports many European languages.
Convert any title or sentence into a clean URL slug. Lowercases, replaces spaces with hyphens, and strips unsafe characters for use in web addresses.
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.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.
Fetch and extract all meta tags, open graph tags, and Twitter cards from a live URL. No server proxy, direct browser fetch.
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
Find out the real destination of any shortened link (bit.ly, t.co, etc.) without clicking. Resolves redirects locally using public HTTP headers.
Convert titles and sentences into clean URL slugs. Handles special characters, spaces, and case. Essential for CMS users and developers creating SEO-friendly links.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.