From 87722144b6ac563dc1fed4f5a647e74eb121b4ae Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 15 Jan 2016 22:41:12 +0000 Subject: Add Base64 Decode feature. Simplify UI --- redirector.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'redirector.html') diff --git a/redirector.html b/redirector.html index 8483a02..164a8b5 100644 --- a/redirector.html +++ b/redirector.html @@ -85,12 +85,19 @@
- -
E.g. turn %2Fbar%2Ffoo%3Fx%3D2 into /bar/foo?x=2
-
-
- -
E.g. turn /bar/foo?x=2 into %2Fbar%2Ffoo%3Fx%3D2
+ +
+ + Use matches as they are + E.g. turn /bar/foo?x=2 into %2Fbar%2Ffoo%3Fx%3D2 + E.g. turn %2Fbar%2Ffoo%3Fx%3D2 into /bar/foo?x=2 + E.g. turn aHR0cDovL2Nubi5jb20= into http://cnn.com +
-- cgit v1.2.3