I did notice a bug with this... I had a magic link for authentication in Gmail that used a `+` symbol in a URL, e.g. `
http://example.com/token/abcd123+3cf==` and ClearURLs ended up convering the `+` to a `%20` which caused the server to fail to find the token.
Otherwise I love ClearURLs.