Live Page Color Blindness Check – Online Enter URL
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
UD5 Toolkit
Relativize or absolutify URLs in your Markdown documents — perfect for content migration & portability
Relativization converts absolute URLs (like https://example.com/blog/post/) into relative paths (like ../post/ or post/) based on a reference base URL. This makes your Markdown documents portable across domains and environments — links work whether the content is served from a local dev server, staging, or production.
Absolutification is essential when you need self-contained documents — for email newsletters, RSS feeds, exported PDFs, or sharing Markdown files externally. Relative links like ../images/photo.jpg break when the document is viewed outside its original directory structure. Converting them to full absolute URLs ensures links remain functional everywhere.
Image links in Markdown () are processed identically to regular inline links. Both relativization and absolutification apply to image URLs, ensuring your visual assets remain correctly referenced after conversion. Reference-style image definitions are also handled.
The tool handles four common link types: inline links [text](url), image links , reference-style definitions [ref]: url, and autolinks <url>. Anchor-only links (like #section), mailto:, tel:, and javascript: URLs are preserved as-is to avoid breaking functionality.
Absolute URLs pointing to different domains (e.g., https://github.com/... when your base URL is https://example.com/) are intentionally left unchanged. Converting cross-domain URLs to relative paths would create broken links. Only same-domain URLs matching the base URL prefix are relativized.
For relativization, set the base URL to the canonical location of your Markdown document (e.g., https://yoursite.com/blog/post-slug/). All same-domain absolute links beneath this path will be converted to relative. For absolutification, the base URL acts as the resolver — relative paths like ./image.png are resolved against this base to produce full absolute URLs.
Yes. Protocol-relative URLs (starting with //) are treated as absolute URLs since they specify a full host. During absolutification, they inherit the protocol from the base URL. During relativization, they are left unchanged unless they share the same host as the base URL.
Absolutely. The conversion uses efficient regex-based matching and operates in O(n) time complexity relative to input length. Files with tens of thousands of links can be processed in milliseconds. The auto-convert feature uses debouncing (300ms delay) to avoid unnecessary recalculations while typing.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
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.
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.
Paste two Markdown texts and see a side‑by‑side diff with rendered preview. Perfect for editing and collaboration.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Write in Markdown and convert it to a styled PDF using your browser's print engine. Customize font and margins. No upload.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.
Convert standard Markdown into Slack’s mrkdwn format. Fixes bold, italic, and lists for perfect Slack message formatting.
Paste a direct link to an image and get its 5 dominant colors with hex codes. No upload, uses canvas with CORS proxy.
Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
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 Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Paste Markdown and get warnings for common mistakes: inconsistent heading spacing, bare URLs, and broken links. All local.
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.
Enter a full URL and get all query parameters in a clean table with decoded values. Quickly see UTM and tracking params.
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
Paste email headers or body text to quickly spot phishing signs, suspicious domains, and obfuscated links. Educational and private.
Find out the real destination of any shortened link (bit.ly, t.co, etc.) without clicking. Resolves redirects locally using public HTTP headers.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Convert Markdown text into clean HTML code. GitHub Flavored Markdown supported. Copy the raw HTML or preview the rendered output instantly. No uploads.
Convert titles and sentences into clean URL slugs. Handles special characters, spaces, and case. Essential for CMS users and developers creating SEO-friendly links.
Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.