TAG

Tools tagged "URL"

7 tools

Tools that encode / decode / parse URLs and manipulate query parameters.

All NoSend Tools that carry the "URL" tag. Everything runs inside the browser — your inputs never leave your device.

Tags:
Sort:
Per page:

All tools

7 / 7

Markdown link extractor — pull URLs from Markdown / HTML / text
Markdown link extractor — pull URLs from Markdown / HTML / text
Extract every URL or Markdown / HTML link from a chunk of Markdown, HTML, or plain text. Detects `[label](url)`, `![alt](url)`, `<a href>`, `<img src>`, and bare URLs, then classifies each result (text / image / autolink). Includes deduping, type filters, host grouping, and CSV / TSV / JSON export. Great for auditing links in an article, listing image sources, mapping internal-link structure for SEO, or harvesting references for a social post. Everything runs in your browser.
developerMarkdownextractURL
Punycode converter — IDN ⇄ xn--
Punycode converter — IDN ⇄ xn--
Convert internationalized domain names (IDN) such as Japanese or emoji domains to and from Punycode (xn-- form). Convert many domains at once, one per line. Powered by punycode.js — runs entirely in your browser.
developerURLconversion
Slug generator — URL-safe string from any title
Slug generator — URL-safe string from any title
Turn titles and headings into URL-safe slugs (kebab-case or snake_case). Diacritics (é → e) are normalised to ASCII, emoji and punctuation are stripped, and whitespace is collapsed into the separator. Configurable length cap, case preservation, and non-ASCII handling — all in your browser.
developerURLgenerate
URL encode / decode — safe query strings
URL encode / decode — safe query strings
Convert between plain text and %XX percent-encoded URL strings. Toggle between encodeURIComponent / encodeURI (and their decode counterparts). UTF-8 based, runs entirely in your browser.
developerURLencodedecode
URL parse — host, path, query, fragment
URL parse — host, path, query, fragment
Break a URL into protocol, host, port, path, query, hash, etc. with the browser's URL API. Query parameters are auto-expanded into a table (percent-decoded). Copy individual parts or download the whole breakdown as JSON. Runs entirely in your browser — your URL stays local.
developerURL
URL resolver — base + relative → absolute
URL resolver — base + relative → absolute
Resolve a relative URL (e.g. ../foo.png) against a base URL (e.g. https://nosend-tools.com/path/page.html) using the browser's URL constructor. Supports the full RFC-3986 set: ./, ../, //, ?, #, /, scheme-relative, and so on. Paste a list of relative URLs to resolve all of them at once, and inspect the resulting protocol / host / pathname / search / hash breakdown. Runs entirely in your browser — your URLs never leave the device.
developerURL
UTM URL Builder
UTM URL Builder
Build campaign-tracking URLs for Google Analytics / GA4 with utm_source / utm_medium / utm_campaign / utm_term / utm_content / utm_id parameters. Existing query strings and `#fragment` are preserved, blank fields are omitted. Runs entirely in your browser — your URL is never uploaded.
developerURLgenerate

Other tags

Browse by tag