This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
proto [2025/10/12 04:19] – Yuki | proto [2025/10/12 04:24] (current) – Yuki | ||
---|---|---|---|
Line 45: | Line 45: | ||
switch(proto){ | switch(proto){ | ||
case " | case " | ||
- | location.href = caesar(target, | + | location.href = caesar(decodeURI(target), |
break; | break; | ||
case " | case " | ||
if(params == " | if(params == " | ||
{ | { | ||
- | location.href = atob(target); | + | location.href = atob(decodeURI(target)); |
} | } | ||
break; | break; |