URL Decoder/Encoder
- Input a string of text and encode or decode it as you like.
- Handy for turning encoded JavaScript URLs from complete gibberish into readable gibberish.
- Also good for URI encoded cookies
- Formats JSON too! (e.g. for JSON request results (and some cookies))
- If you'd like to have the URL Decoder/Encoder for offline use, just save the page locally
- Adapted and extended from meyerweb.com/eric/tools/dencoder/ (view source for list of changes)