All tools βΊ Addresses and links
Query string
Parameters as a table and back, with a key written twice kept twice.
It runs entirely in this browser tab: nothing you type is uploaded, and the tool makes no network request at all β it does not fetch the address you gave it. Open your browser's network panel and try it.
Settings
- Direction
- Build a new one, or read back one you already have. Choices: To a table, To a string.
- Encoding
- A form writes a space as a plus; everywhere else it is %20. Choices: Query, Form field, Path or value.
- Sort the parameters
- On or off. Starts off.
How to use it
- Paste your text into the box above, or open a file.
- Adjust the settings beside it until the result is what you wanted.
- Copy the result, or save it as a file. The result updates as you type.
Questions
- Does it fetch the address I give it?
- No, and that is the difference between these tools and most with the same names. Nothing is downloaded, nothing is checked over the network, and no request leaves this page. What is described is the text you handed over. Every tool that could be mistaken for a fetching one says so on its own result.
- Is a length count here a rule?
- No. The widths shown are what each search engine and each social network happens to display, and they are cut by pixels rather than by characters β a line of capitals is cut sooner than a line of lower case. There is no maximum title or description length in any specification, and nothing here pretends otherwise.
- Will this configuration work on my server?
- It is written to the syntax the server you chose reads, and every rule carries a comment saying what it does. Check the whole file before reloading: a rule that needs a module you have not enabled stops the server starting, and the certificate paths in an Nginx block are the usual ones rather than yours.
- Why does a policy tool warn about my own settings?
- Because a rule that blocks the site is worth more than a rule that works. A content security policy that allows inline scripts undoes most of what it is for; a star with credentials is a pair every browser refuses outright; a permanent redirect is remembered by the browser and is hard to take back. Each of those is said where you can still change it.
Other tools for addresses and links
Address parts
An address taken apart and put back together, with the parameters set or dropped.
Campaign links
Tracking parameters on any number of links, lower-cased so that one campaign is one row.
Tidy an address
The tracking parameters, the default port and the dots taken off β and it says which rules did something.
Mail link
A link that opens a mail window with the subject and body already written.
Call and message links
A number reduced to what a dialler reads, with the country code kept.
Chat link
A link that opens a conversation without the number being saved first.
Hide an address
An address written so a simple scraper misses it β which it says is a speed bump, not a lock.
Redirect rules
A table of old and new addresses as rules, with the loops and the chains named.
All thirty-three tools