urltoolskit.org
URL utilities, in the browser
Say hi →

Privacy Policy

Last updated 20 May 2026

Short version: URLs you paste, files you drop, and data you build never leave your browser. There is no server component, no upload step, and no account system — no third party has access to the URLs processed on this site. The rest of this page covers the specifics.

What data I collect

None that identifies you. urltoolskit.org is a static site. Every tool on this domain — the URL utilities listed in the footer — processes your input entirely in your browser using JavaScript. Nothing you paste, drop, or build is transmitted to my servers, because there are no servers handling your input.

You can verify this yourself in the browser's Network tab — load any tool page, then paste URLs into it. After the initial page load there are no further network requests. The one exception is when a tool legitimately needs an in-browser library (jsDelivr) or, for the favicon preview tool, when you ask the browser to render <img> tags pointing at third-party favicon services. Both are visible in Network.

What I don't do

Third parties that see your IP

Your browser loads a few assets from third-party CDNs so the site stays small and fast. Those hosts necessarily see your IP address:

None of those third parties see the URLs you process inside the tools, because the content never leaves your browser. The library files are static JavaScript downloads.

Local storage

A few tools optionally save data to your browser's localStorage — your light / dark theme preference, the UTM builder's recent-history list, the URL builder's saved templates, and the URL explainer's custom-parameter glossary. All of this stays on your device; nothing is synced anywhere. Clear it from the browser dev-tools or the site's per-tool "Clear history" button any time.

Contact

Privacy questions or concerns: [email protected]. Happy to take a bug report if you spot anything on this site that calls home and shouldn't.