diff --git a/package.json b/package.json index 893b5395..d109faa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "surfdoge", - "version": "4.4.12", + "version": "4.4.13", "description": "", "type": "module", "engines": { diff --git a/static/404.html b/static/404.html index 10cf0056..fb1f6193 100644 --- a/static/404.html +++ b/static/404.html @@ -4,12 +4,12 @@ - - - - - - + + + + + + 404 | Salyte @@ -32,8 +32,8 @@

404 Not Found

Site Info
- - + + \ No newline at end of file diff --git a/static/apps.html b/static/apps.html index 07c5b8f6..85df86e4 100644 --- a/static/apps.html +++ b/static/apps.html @@ -4,13 +4,13 @@ - - - - - - - + + + + + + + Learn | Salyte @@ -32,11 +32,11 @@
Loading apps...

- - - - - + + + + + \ No newline at end of file diff --git a/static/assets/js/ag.js b/static/assets/js/ag.js index 0564d936..5f2be92d 100644 --- a/static/assets/js/ag.js +++ b/static/assets/js/ag.js @@ -2,7 +2,7 @@ function openAg(url, ag) { localStorage.setItem("currentAg", ag) - location.href = '/edu?login=' + Ultraviolet.codec.base64.encode(url); + location.href = '/mycourses?login=' + Ultraviolet.codec.base64.encode(url); } function retroBowl() { diff --git a/static/assets/js/cdn-rocket.js b/static/assets/js/cdn-rocket.js index 96c4bc8a..ff2ad60e 100644 --- a/static/assets/js/cdn-rocket.js +++ b/static/assets/js/cdn-rocket.js @@ -186,9 +186,10 @@ document.addEventListener("click", function (event) { }); function visitSite() { - var checkHistory = localStorage.getItem("encodedUrl"); + var checkHistory = Ultraviolet.codec.xor.decode(localStorage.getItem("encodedUrl")); + var checkHistory = Ultraviolet.codec.base64.encode(checkHistory); if (checkHistory) { - location.href = "/go?url=" + checkHistory; + location.href = "/mycourses?login=" + checkHistory; } else { alert("Could not find a previously saved site, visit a site first!"); } diff --git a/static/gms.html b/static/gms.html index 0fb848e9..213a8eaa 100644 --- a/static/gms.html +++ b/static/gms.html @@ -4,13 +4,13 @@ - - - - - - - + + + + + + + GmStem | Salyte @@ -32,11 +32,11 @@
Loading assets...

- - - - - + + + + + \ No newline at end of file diff --git a/static/index.html b/static/index.html index c1cbaf9d..7c5a4375 100644 --- a/static/index.html +++ b/static/index.html @@ -4,19 +4,19 @@ - - - - - + + + + + Dashboard | Salyte - - - + + +
Tab Cloak
Enable
Disable
Last Visited Site
About:Blank Cloak
View all Settings