neige d'aoust

knowledge, art, and other stuff

User Tools

Site Tools


proto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
proto [2025/10/12 04:19] Yukiproto [2025/10/12 04:24] (current) Yuki
Line 45: Line 45:
   switch(proto){   switch(proto){
     case "web+rot":     case "web+rot":
-      location.href = caesar(target,parseInt(params),true);+      location.href = caesar(decodeURI(target),parseInt(params),true);
     break;     break;
     case "web+base":     case "web+base":
     if(params == "64")     if(params == "64")
     {     {
-      location.href = atob(target);+      location.href = atob(decodeURI(target));
     }     }
     break;     break;
proto.txt · Last modified: by Yuki